This is a web-app to keep track of all the known squirrels in Central Park. The users are allowed to view, update and add squirrel data. This web-app is created based on Django framework and Python3 tools.
- Yizhe Li: yl4559
- Jiaqi Zhu: jz3282
- Link to Map can be found at this page
- Link to Sightings can be found at this page
- Link to add can be found at this page
- Link to general stats of all squirrels can be found at this page
Located at: /
A list of all the squirrels sightings with their recorded date can be found at this page and users can access to details and update the information of existing sightings through the link of unique squirrel ID.
Located at: /sightings/
Details of all squirrels sightings and request of updating the information of those can be found at this page.
Located at: /sightings/<Unique_Squirrel_ID>/
The form to add a new squirrel sighting can be found at this page.
Located at: /sightings/add/
Some general stats of squirrels can be found at this page.
Located at: /sightings/stats/
A map of locations of 100 squirrels sightings in Central Park can be found at this page.
Located at: /map/
- Clone this repositary to you machine
- Activate the environment using:
source env/bin/activate
- And make sure you have installed all required packages using:
pip install -r requirement.txt
- Import the data using:
python manage.py import_squirrels /path/to/file.csv
- In order to run External IP using:
sudo home/username/SquirrelProject/env/bin/python manage.py runserver 0.0.0.0:80