Official repository of the Community Partnership initiative (UNO) Project for Fall 2018 Capstone Class Written in
• Python 3.7
• Django 2.1.1
• PostgreSQL 10.5
• Google maps API
• Herokuapp
-
Clone the repo on your local machine. Use the command in your git terminal:
$ git clone https://github.com/IndraTeja/uno-cpi.git $ cd uno-cpi
-
Install Python from https://www.python.org/downloads/
Note: Make sure you have set the right local and environment variables.
-
Install Django framework using the command:
pip install django==2.1.1
-
Next, install the required packages to start the app, using the command:
pip install -r requirements.txt
Install shapely package. Click here to download
Check for your python version and win processor bit 32 bit or 64 bit
pip install Shapely‑1.6.4.post1‑cp37‑cp37m‑win_amd64.whl
Navigate to the repo directory with manage.py and migrate the database using the commands:
python manage.py makemigrations
python manage.py migrate
Use the below command to start the server and open http://127.0.0.1:8000/ on your browser.
python manage.py runserver