Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 772 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 772 Bytes

Week24

1 2

Intro

  • Т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

Technologies used:

  • Python
  • Django
  • HTML
  • CSS
  • DB sqlite3

Installation

Clone the repo with git clone: https://github.com/zahariev-webbersof/week24.git

Run python setup.py install

INSTALLED_APPS = (
    ...
    'base.apps.BaseConfig'
    ...
)