Skip to content

Commit

Permalink
Move locale directory up for Django 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Apr 23, 2013
1 parent bcf6956 commit a6b004b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ If you want to run tests for modules, classes or methods your can run them like
python manage.py test froide.foirequest.tests.test_admin.AdminActionTest.test_approve --settings=froide.settings_test



Build translation
-----------------

python manage.py makemessages -a -i docs --settings=your_settings


Build docs
----------

Expand Down
2 changes: 1 addition & 1 deletion froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))

LOCALE_PATHS = (
os.path.join(PROJECT_ROOT, "locale"),
os.path.join(PROJECT_ROOT, '..', "locale"),
)

GEOIP_PATH = None
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a6b004b

Please sign in to comment.