/elite-chat

A elite chatroom for elites.

Primary LanguagePython

EliteChat

Dependency and Installation

  • Python 3.5.2
  • Django 1.10.3

Django provided by Ubuntu official may be outdated. Please install the latest Django through pip3.

$ apt install python3-pip python3.5
$ pip3 install django
$ ./manage.py runserver 0.0.0.0:8000