Skip to content

powerfuldeveloper/massenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install ?

  • Install python 3.6
  • Install dependencies pip install -r requirements.txt
  • run python manage.py makemigrations
  • run python manage.py migrate
  • create admin user python manage.py createsuperuers