Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
fixed requirements and context processors
Browse files Browse the repository at this point in the history
  • Loading branch information
masarliev committed Oct 25, 2011
1 parent f039ce8 commit 7274cff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Requirements
- Django >= 1.3
- Pygments >= 1.4
- GitPython >= 0.3.2
- ConfigObj >= 4.7.2
- Makrdown >= 2.0.3
- South >= 0.7.2

Expand All @@ -18,7 +17,7 @@ Instalation
1. Register these following applications in the INSTALLED_APPS section of your project’s settings
> 'gitlog', 'django.contrib.markup',
2. Add these following template context processors if not already present.
> 'django.core.context_processors.static'
> 'django.core.context_processors.static', 'gitlog.context_processors.gitlog'
4. Run following commands

> python manage.py syncdb --all
Expand Down

0 comments on commit 7274cff

Please sign in to comment.