https://github.com/axu2/pounce-remake
An example of using Django and the course offerings API. Potentially the beginning of a remake of Princeton Pounce (2013), an app that notifies when enrollment spots open up in classes you want.
https://github.com/axu2/pounce-remake
Last synced: 3 months ago
JSON representation
An example of using Django and the course offerings API. Potentially the beginning of a remake of Princeton Pounce (2013), an app that notifies when enrollment spots open up in classes you want.
- Host: GitHub
- URL: https://github.com/axu2/pounce-remake
- Owner: axu2
- Created: 2020-07-06T01:41:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T05:23:53.000Z (about 4 years ago)
- Last Synced: 2025-01-31T13:45:20.481Z (5 months ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pounce
Princeton Pounce Remake
Looking for developers! Basically only scraping the course offerings API is implemented and basic forms and database.
Don't know Django? Just do the tutorial: https://www.djangoproject.com/




Requires Python 3.7.1+
```
python -m venv venv
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py update
python manage.py runserver
```