Skip to content

daniel0076/OpenHouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4f18e2 · Feb 3, 2018
Oct 31, 2017
Jan 10, 2018
Dec 3, 2016
Jan 19, 2018
Oct 31, 2017
Dec 3, 2016
Nov 6, 2017
Feb 3, 2018
Oct 5, 2017
Nov 2, 2017
Oct 5, 2016
Aug 3, 2017
Oct 13, 2016
Aug 13, 2016
Jul 8, 2017
Jul 26, 2017
Apr 26, 2016

Repository files navigation

Running on your host

Dependency

pip

  • Django >= 1.9
  • django-ckeditor
  • Pillow
  • mysqlclient
  • Xlsxwriter

other

  • CKEditor

Settings.py

Make sure your database username and password settings are correct

Database Migration

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py migrate --database=2017

Run the development server

`python manage.py runserver [IP] [PORT]