Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
fix requirements, manage and django_cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Apr 8, 2014
1 parent 2e1cfba commit 441865c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions django_cache/.gitignore
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
2 changes: 1 addition & 1 deletion manage.py
Expand Up @@ -11,4 +11,4 @@
import settings_local

if __name__ == "__main__":
execute_manager(settings)
execute_manager(settings_local)
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
Django==1.3.1
Markdown==2.1.0
PIL==1.1.7
South==0.7.3
South==0.8.4
argparse==1.2.1
distribute==0.6.24
django-extensions==0.7.1
Expand Down

0 comments on commit 441865c

Please sign in to comment.