No description
Find a file
Alexandre Aubin 81e7fe8642
Merge pull request #3 from YunoHost/remove-jappix-stuff
Remove old / unused jappix stuff
2018-04-29 03:54:34 +02:00
frontend Remove old / unused jappix stuff 2018-04-26 17:07:26 +02:00
gertrude Build the confirm url with reverse() and the ALLOWED_HOSTS 2018-04-25 21:38:07 +02:00
git_manager Add a comment to initialize the bot fork for edit submission 2018-04-21 22:00:43 +02:00
.gitignore Add setup instructions in README + tweak gitignore 2018-04-19 22:38:15 +02:00
manage.py init 2017-02-19 15:51:53 +01:00
README.md Add setup instructions in README + tweak gitignore 2018-04-19 22:38:15 +02:00
requirements.txt Add the function that actually creates the branch and PR 2018-04-21 22:07:08 +02:00

Gertrude

Deployment

git clone _thisrepo_
cd gertrude
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py update_git https://url/to/your/pages/repo

Then to run the development server :

./manage.py runserver