Update README

This commit is contained in:
Frank Wiles 2016-05-20 16:17:48 -05:00
parent ab60842258
commit 22ffa0c402

View file

@ -18,11 +18,13 @@ Summary
Installation
============
1. Add `tos` to your INSTALLED_APPS setting.
1. `pip install django-tos`
2. Run the command `manage.py syncdb`.
2. Add `tos` to your INSTALLED_APPS setting.
3. In your root urlconf file `urls.py` add::
3. Run the command `manage.py syncdb` or on newer version of Django `manage.py migrate`.
4. In your root urlconf file `urls.py` add::
# terms of service links
urlpatterns += patterns('',