Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Jalitko/DjangoChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home View

DjangoChat

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/Jalitko/DjangoChat.git
$ cd DjangoChat

Install project dependencies:

$ pip install -r requirements.tx

Create database tables and a superuser account:

$ python manage.py migrate
$ python manage.py createsuperuser

You can now run the development server:

$ python manage.py runserver

The site should now be running at http://localhost:8000. To access Django administration site, log in as a superuser, then visit http://localhost:8000/admin/

About

A Real-TIme chat application using Django

Topics

Resources

Stars

Watchers

Forks

Morty Proxy This is a proxified and sanitized view of the page, visit original site.