https://github.com/nathanborror/django-courses
Simple Django app for managing courses.
https://github.com/nathanborror/django-courses
Last synced: 8 months ago
JSON representation
Simple Django app for managing courses.
- Host: GitHub
- URL: https://github.com/nathanborror/django-courses
- Owner: nathanborror
- License: bsd-3-clause
- Created: 2009-12-03T03:48:04.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-24T23:31:54.000Z (almost 16 years ago)
- Last Synced: 2025-04-08T08:06:47.340Z (9 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
Django Courses
==============
Simple Django app for managing courses.
To install the app simply put the 'courses' folder on your ``PYTHONPATH`` and add it to your INSTALLED_APPS setting in your settings.py file.
Dependancies
============
* Markdown (http://www.djangoproject.com/documentation/add_ons/#markup)