Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshelke/calendar
Calendar application in Django
https://github.com/vshelke/calendar
Last synced: 18 days ago
JSON representation
Calendar application in Django
- Host: GitHub
- URL: https://github.com/vshelke/calendar
- Owner: vshelke
- Created: 2017-08-06T10:00:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T10:27:46.000Z (about 7 years ago)
- Last Synced: 2024-10-29T12:37:59.303Z (2 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calendar-app
Calendar application in Django# run server
* `./manage.py migrate`
* `./manage.py runserver`# api guidelines
* [http://localhost:8000/api/v1/event/schema/](http://localhost:8000/api/v1/event/schema/)
* [http://localhost:8000/api/v1/event/](http://localhost:8000/api/v1/event/)
* [http://localhost:8000/api/v1/event/1/](http://localhost:8000/api/v1/event/1/) Event data with id = "1".