- Download the .zip file and extract it
- Setup a new python virtual environment on your machine
- Activate the environment
- If you are running Ubuntu or Ubuntu based OS, you need to install libpq-dev for
psycopg-2 to install properly. You can install it using
sudo apt-get install libpq-dev
- Install all the dependencies listed in the requirements.txt file using pip.
- Setup a new PostgreSQL database and update the database configuration in Set- tings.py file
- After installing everything, cd into the app directory where manage.py file is located and run these commands sequentially
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
- If everything is setup properly, the server should be running on your localhost.
-
Notifications
You must be signed in to change notification settings - Fork 0
sd4483/Pathways
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published