Skip to content

Commit

Permalink
Merge pull request #13 from staranjeet/master
Browse files Browse the repository at this point in the history
collectstatic files information added
  • Loading branch information
izimobil committed Aug 18, 2015
2 parents 349bc2d + 6b8135f commit fada3f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ You'll need to add django-admin-tools to your urls.py file::
#...other url patterns...
)

Collecting the Static Files
~~~~~~~~~~~~~~~~~~~~~~~~~~~

To collect static files run::
python manage.py collectstatic

.. important::
it is very important that ``django.contrib.staticfiles.finders.AppDirectoriesFinder''
be there in your ``STATICFILES_FINDERS``.


Available settings variables
----------------------------

Expand Down
9 changes: 9 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ Finally simply run::

python manage.py migrate

To collect static files run::
python manage.py collectstatic

.. important::
it is very important that ``django.contrib.staticfiles.finders.AppDirectoriesFinder''
be there in your ``STATICFILES_FINDERS``.


Testing your new shiny admin interface
--------------------------------------

Expand Down

0 comments on commit fada3f2

Please sign in to comment.