- Django >= 1.9
- django-ckeditor
- Pillow
- mysqlclient
- Xlsxwriter
- CKEditor
Make sure two things:
- There is a file named
settings.py
inOpenHouse
folder. - The database username and password settings are correct.
(There is a sample setting.py indev_tools/settings.py.sample
)
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --database=oh_2017
python manage.py runserver [IP]:[PORT]