An open API service indexing awesome lists of open source software.

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.

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)