Skip to content

tavodev/core42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django 4.2 empty project

Project bootstrap with django 4.2

  • Rename file .env-example to .env and fill with your information

Install requirements:

pip install -r requirements.txt

Apply migrations

python manage.py migrate

Create user

python manage.py createsuperuser

Run project

python manage.py runserver

About

Project bootstrap with django 4.2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published