Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
=================
Django Basic Apps
DJANGO BASIC APPS
=================

Simple apps for Django projects.
Simple and amazing apps for Django projects.

To install any of the apps listed simply create a folder on your ``PYTHONPATH`` named 'basic' and place the apps you wish to use in that folder. Then added ``basic.<app_name>`` to your project's ``settings.py`` file. (replace <app_name> with the apps you wish to use, naturally).

Below are a list of per app dependancies:

Dependencies
DEPENDENCIES
============

* Basic Inlines are required to use the Blog app
Expand All @@ -19,7 +19,7 @@ Dependencies
* Dateutil (http://labix.org/python-dateutil)
* Django Registration for the invitations app

Inlines
INLINES
=======

Inlines is a template filter that can be used in
Expand Down