Skip to content

Commit

Permalink
Rewrote #36
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 23, 2014
1 parent 1046a5c commit f7adfc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Expand Up @@ -34,13 +34,13 @@ Add ``'djangular'`` to the list of ``INSTALLED_APPS`` in your project's ``settin
...
)
Please don't forget to define your ``STATIC_ROOT`` and ``STATIC_URL`` properly, then
launch the ``python manage.py collectstatic`` command to update your static content
with the JavaScript files provided by **django-angular**.

.. note:: **django-angular** does not define any database models. It can therefore easily be
installed without any database synchronization.

.. note:: don't forget to define your ``STATIC_ROOT`` and ``STATIC_URL`` properly, then
launch the ``python manage.py collectstatic`` command to update your
static content with the javascript files provided by django-angular

.. _Django: http://djangoproject.com/
.. _AngularJS: http://angularjs.org/
.. _pip: http://pypi.python.org/pypi/pip

0 comments on commit f7adfc5

Please sign in to comment.