Skip to content

pastme/KIT_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KIT_test

Django + AngularJS simple chat

How to run this application

Create a virtualenv, activate and install dependencies:

$ virtualenv env

$ source env/bin/activate

$ pip install -r 'requirements.txt'

Migrate and runserver:

$ python manage.py migrate

$ python manage.py runserver

Open your browser at http://localhost:8000 and test it.

About

Django + AngularJS simple chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published