Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 482 Bytes

monki

Source code for xchan.pw based on Django

Requirements

  • Python 3.5+
  • PostgreSQL is recommended but it should work in any database supported by Django's ORM
  • Node.js

Installation

$ cp .env-example .env
$ python3.6 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver