UNO CPI #UNO Community Partnership Intiative
The official repository of the Community Partnership initiative(UNO) Project for Fall 2018 Capstone Class Written in Python/Django • Python Version 3.7 • Django Version 2.1.1 • PostgressSql Version 10.5
#Getting Started:
- Install Python from https://www.python.org/downloads/
- pip install Django==2.1.1
- pip install -r requirements.txt
#Database Migration: navigate to the folder containing manage.py and run the following commands in order.
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
#Test Server: navigate to the folder containing manage.py and run the following command. python manage.py runserver navigate to http://127.0.0.1:8000/ to go to the home page..