- Тhe main purpose of this app is to manage our daily tasks. One of the most popular web development frameworks was used to build the application - Django. It can be used for different users and with databases we can manage separate data for each user
- Python
- Django
- HTML
- CSS
- DB sqlite3
Clone the repo with git clone: https://github.com/zahariev-webbersof/week24.git
Run python setup.py install
INSTALLED_APPS = (
...
'base.apps.BaseConfig'
...
)