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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

Supported by

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