Skip to content

jerrodanzalone/uno-cpi

 
 

Repository files navigation

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:

  1. Install Python from https://www.python.org/downloads/
  2. pip install Django==2.1.1
  3. pip install -r requirements.txt

#Database Migration: navigate to the folder containing manage.py and run the following commands in order.

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. 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..

About

UNO Community Partnership Intiative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.7%
  • Python 32.0%
  • JavaScript 22.7%
  • CSS 5.6%