Skip to content
cootetom edited this page Jun 12, 2011 · 2 revisions

This package can either be installed into your Python path or used as an app inside your django project.

To install into your Python path;

  • Download the source from this Git repository.
  • Extract the archive.
  • cd to the ClassBasedGenericAPI directory.
  • run 'python setup.py install'

To use as an app inside your django project;

  • Download the source from this Git repository.
  • Extract the archive.
  • cd to the ClassBasedGenericAPI directory.
  • Copy the directory inside this one also named 'ClassBasedGenericAPI' into your django project.
Clone this wiki locally