Skip to content

This is just an application through which to manage our tasks for the day.

Notifications You must be signed in to change notification settings

zahariev-webbersof/week24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
    ...
)

About

This is just an application through which to manage our tasks for the day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published