Skip to content

phpusr/tabular-notes

Repository files navigation

Tabular Notes

Simple application written in Django for keeping tabular notes.

The application consists of several modules: tv_series, ...

In each module you can add, edit, delete, sort and filter records.

Modules

tv_series

Module for saving information about watched TV series.

Viewed TV series journal


View and edit record of journal

Data fields

  • Local name series
  • Original name series
  • Watch status (watching, full watched, waiting next season etc.)
  • Last watched season
  • Last watched series
  • Last watched date
  • Your rating
  • Comment

How to run

Develop mode

  • Install Python 3
  • pip install --upgrade pip && pip install -r requirements.txt
  • Create db: ./manage.py migrate
  • ./manage.py runserver [port]

Production mode

  • Install Docker and Docker Compose
  • Create production db (once): export DJANGO_SETTINGS_MODULE=main.settings_prod && ./manage.py migrate
  • Run docker container (it will build container if not exists): docker-compose up
    • Force rebuild docker container and run: docker-compose up --build
  • Open in browser: http://localhost:8001

About

Simple web application for keeping tabular records

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •