Django admin chat
Project description
Django Admin Chat
Add chat to django
Quick start
- Add "chat" to INSTALLED_APPS:
INSTALLED_APPS = {
...
'chat'
}
- Include the chat URLconf in urls.py:
path('', include('chat.urls'))
- Run
python manage.py makemigrations
python manage.py migrate
- Run the development server and access http://127.0.0.1:8000/admin/chat/ to manage chats.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-admin-chat-0.6.tar.gz
(9.3 kB
view hashes)