Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/frontends/django/readme.md

17 lines
258 B
Markdown
Raw Normal View History

2016-11-07 17:50:10 +05:00
# ebin
django frontend for nntpchan
## setup
suggested setup is with pyvenv
for a dev server, run:
2016-11-16 20:19:00 +05:00
2016-12-26 20:11:29 +05:00
cd nntpchan
2016-11-07 17:50:10 +05:00
python3 -m venv v
v/bin/pip install -r requirements.txt
2016-11-16 20:19:00 +05:00
v/bin/python manage.py migrate
v/bin/pyrhon manage.py runserver
2016-11-07 17:50:10 +05:00