documentation et petits correctifs pour une installation locale #122

Closed
ctactic wants to merge 10 commits from ctactic:fix-localinstall into develop-1.0
Showing only changes of commit 1730a8f54b - Show all commits

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ venv/
node_modules/ node_modules/
*.egg-info/ *.egg-info/
*.egg *.egg
db.sqlite3
instance/settings/settings.py