mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
Update README
This commit is contained in:
parent
ab60842258
commit
22ffa0c402
1 changed files with 5 additions and 3 deletions
|
|
@ -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('',
|
||||
|
|
|
|||
Loading…
Reference in a new issue