Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superuser:
python manage.py createsuperuser --username admin --email admin@gmail.com --user_type basic --password !ADMIN00admin
______________
windows:

python -m venv venv/
venv\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser --username admin2 --email admin2@gmail.com --user_type basic --password !ADMIN00admin
python manage.py createsuperuser --username admin --email admin@gmail.com --user_type basic --password !ADMIN00admin
python manage.py runserver

Python manage.py makemigrations team
Python manage.py makemigrations bookmark
Python manage.py makemigrations position

if bug in migrations -> remove all files in migrations folders except ___init___ files

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages