Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 232 Bytes

File metadata and controls

12 lines (9 loc) · 232 Bytes

##Requirements

  • Django==1.9.2
  • django-autoslug==1.9.3
  • enum34==1.1.2

##Post-installation

Create database tables for Django >= 1.7

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser