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
2016-11-09 14:32:26 -05:00
..
nntpchan make mod backend work 2016-11-09 14:32:26 -05:00
.gitignore add base django stuff 2016-11-04 07:28:25 -04:00
readme.md update settings and add readme 2016-11-07 07:50:10 -05:00
requirements.txt make mod backend work 2016-11-09 14:32:26 -05:00

ebin

django frontend for nntpchan

setup

suggested setup is with pyvenv

for a dev server, run:

python3 -m venv v
v/bin/pip install -r requirements.txt
cd nntpchan
../v/bin/python manage.py migrate
../v/bin/pyrhon manage.py runserver