Skip to content

wildlife sighting application, based on UVic capstone project

Notifications You must be signed in to change notification settings

mtCarto/Oh-Deer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh Deer - Wildlife Sighting App

Dependancies

Python 2.7
Postgres 9.3 + PostGIS
psycopg2
Django 1.8

Database setup

The development settings require a setting up a Postgres database accessible by user "postgres". Be sure to add the postGIS extension.

From the terminal, run: createdb -U postgres Your_DB psql -U postgres -d Your_DB -c "CREATE EXTENSON postgis;"

Syncing the tables from the Django app requires running

./manage.py makemigrations ./manage.py migrate

A full list of required python packages can be found in requirements.txt and can be installed via pip pip install -r requirements.txt

If all dependancies have been met, running ./manage.py runserver should start the development server at 127.0.0.1:8000

Note: There are additional requirements for serving this application in a production setting, and the relevant Django documentation should be consulted in this scenario. This repo does not provide production settings for security reasons.

About

wildlife sighting application, based on UVic capstone project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published