Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 292 Bytes

WebIntelligence

Getting started

  • Load the pip environment - pipenv shell
  • Create the database - python manage.py migrate
  • Optional Create an admin account - python manage.py createsuperuser
  • Run the server - python manage.py runserver
  • Surf to the page - http://localhost:8000