Skip to content

freezmeinster/manolserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manol Server

Prerequisite

  • Python 2.7
  • Ubuntu 16.04

Installation

  • Clone Source code.
  • Create Virtualenv.
  • Install dependency: pip install -r requirements.txt.
  • Create database: python manage.py migrate.
  • Create Superuser python manage.py createsuperuser.
  • Done.

Startup

  • Get into virtualenv.
  • Execute python manage.py runserver. Manol will powerup development server with websockets support.

About

Manol Server using Django Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published