Skip to content

kistoth90/django_def

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirements

  • python 3.11

install via pip

  • pip install -r requirements.txt
  • python run manage.py migrate
  • python run manage.py runserver

install via pipenv

  • pipenv install
  • pipenv run python manage.py migrate
  • pipenv run python manage.py runserver

create superadmin

  • .... manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published