Skip to content

sagarbhathwar/Without-A-Hitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Without-A-Hitch

Platform: Python 3

Python Libraries required:

  • django 1.11
  • psycopg2 2.7
  • Pillow 4.2 (For images)

External Dependencies: Postgresql 9/10

How to set up the environment to run the project:

  1. Install the necessary python libraries and postgresql
  2. Create the database using configdb.sql
  3. Run python manage.py makemigrations to create DB migrations from models
  4. Run python manage.py migrate to create tables in the database from models.py
  5. Run python manage.py shell to open django shell
  6. Run python populate_data.py from within the shell to populate the database with dummy data
  7. Run python manage.py runserver to start the built in server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published