Skip to content

umluizlima/django-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-tutorial

Tutorial project from official Django documentation.

Requirements

  • Python 3.10
  • Django 4

Development

Run database migrations:

python manage.py migrate

Create super user for admin:

python manage.py createsuperuser

Run tests:

python manage.py test

Run application:

python manage.py runserver

About

Tutorial project from official Django documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published