Skip to main content

Simple chat application using django

Project description

MyChat

Simple chat application build using django

Quick Start

  1. Add chat app to your INSTALLED APPS like this:
INSTALLED_APPS = [
  ...
  'chat'
]
  1. Add it to you urls.py file like this:
urlpatterns = [
  path('', include('chat.urls'))
]
  1. Run python manage.py makemigrations and python manage.py migrate.

  2. Run development server and visit http://127.0.0.1:8000/chat

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mychat_app-1.0.0-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

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

Hashes for mychat-app-1.0.0.tar.gz
Algorithm Hash digest
SHA256 bedf4882493516e8aa634ad86dc8be553449d42e6a91043e4fa3b65dee792aa0
MD5 b109e0439d99fb6088f1dab5b2a1dac3
BLAKE2b-256 b114000ddfb4a30752540006c49bad6891623de7c1393ddbad4da33b1d5c6518

See more details on using hashes here.

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

Hashes for mychat_app-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8dac16bb131eabd35669f30d50626dd77d5c5d562d2b23047de7b1cc68fbdb9
MD5 137ea96e74ec795db5d1b087fd5848c3
BLAKE2b-256 effbc9eba0aaf4e15ab94b767e8356514c2cf844cd157e23b9821d7ecd5df669

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page