Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no INSTALL file. #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
7 changes: 3 additions & 4 deletions docs/overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Setup

1. Get the source from the `Git repository`_ or install it from the
Python Package Index by running ``pip install django-dbtemplates``.
2. Follow the instructions in the INSTALL file
3. Edit the settings.py of your Django site:
2. Edit the settings.py of your Django site:

* Add ``dbtemplates`` to the ``INSTALLED_APPS`` setting

Expand Down Expand Up @@ -61,8 +60,8 @@ Setup
from the database to be used to override templates in other locations,
put ``dbtemplates.loader.Loader`` at the beginning of ``loaders``.

4. Sync your database ``python manage.py migrate``
5. Restart your Django server
3. Sync your database ``python manage.py migrate``
4. Restart your Django server

.. _Git repository: https://github.com/jazzband/django-dbtemplates/

Expand Down