Simple chat application using django
Project description
MyChat
Simple chat application build using django
Quick Start
- Add
chatapp to yourINSTALLED APPSlike this:
INSTALLED_APPS = [
...
'chat'
]
- Add it to you urls.py file like this:
urlpatterns = [
path('', include('chat.urls'))
]
-
Run
python manage.py makemigrationsandpython manage.py migrate. -
Run development server and visit http://127.0.0.1:8000/chat
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
mychat-app-1.0.0.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mychat-app-1.0.0.tar.gz.
File metadata
- Download URL: mychat-app-1.0.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bedf4882493516e8aa634ad86dc8be553449d42e6a91043e4fa3b65dee792aa0
|
|
| MD5 |
b109e0439d99fb6088f1dab5b2a1dac3
|
|
| BLAKE2b-256 |
b114000ddfb4a30752540006c49bad6891623de7c1393ddbad4da33b1d5c6518
|
File details
Details for the file mychat_app-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mychat_app-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8dac16bb131eabd35669f30d50626dd77d5c5d562d2b23047de7b1cc68fbdb9
|
|
| MD5 |
137ea96e74ec795db5d1b087fd5848c3
|
|
| BLAKE2b-256 |
effbc9eba0aaf4e15ab94b767e8356514c2cf844cd157e23b9821d7ecd5df669
|