Skip to content

Note keeping app in django python, login logout and registration system, user can add their notes or todo lists

License

Notifications You must be signed in to change notification settings

punitzen/Note-keeping-app-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Keeping App

demo gif

Use python3 instead of python if neccessary

Install all the dependencies

$ pip install -r requirements.txt

Create a Super User for Admin using command

$ python manage.py createsuperuser

I have made the migrations for the created models, If you change then run the following commands if not then just for running purposes

$ python manage.py makemigrations
$ python manage.py migrate

Now Access the web app at local host

$ python manage.py runserver

Access the admin panel at 127.0.0.1/admin

About

Note keeping app in django python, login logout and registration system, user can add their notes or todo lists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published