Skip to content

A simple todo project for messing around with django

Notifications You must be signed in to change notification settings

khodealib/DjangoToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ToDo App

In this project, I use django and sqlite to learn django basics.

USAGE :

  • Python 3.10
  • Django 4.2 - LTS version
  • SQlite Database
  • Django template engine
  • Django debug toolbar
  • Django bootstrap5
  • black

RUN

python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

About

A simple todo project for messing around with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published