Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sharan01 committed Oct 26, 2017
1 parent 4936ea5 commit 1ad9575
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.rst
Expand Up @@ -19,24 +19,13 @@ Quick start
'djangoChat',
)

2. Include the polls URLconf in your project urls.py like this::
2. Include the polls URLconf in your project urls.py ::

url(r'^chat/', include('djangoChat.urls')),

3. Run `python manage.py syncdb` to create the djangoChat models.

4. Start the development server and visit http://127.0.0.1:8000/chat/

=====
to do list
=====
improve sidebar
chat input format options - links images youtube embbed etc
escape html
allow selected tags in input

admin stuff
see logs
private messages ???


0 comments on commit 1ad9575

Please sign in to comment.