You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation is way better this way (see #5) but still not perfect :
requirements really need to be in a separate file so upgrade process might not pass through the install.py script and just via a pip install --upgrade -r requierements.txt
default path for sqlite database is wrong, it shouldn't be in src/
documentation should be mentionning the ways to upgrade the databases (./manager.py db upgrade)
dumping a conf.py was a good idea but not a great one, it prevents from constructing packages with configuration located in /etc or something similar. conf.py should be reading from a yaml/json/whatev file
The text was updated successfully, but these errors were encountered:
Installation is way better this way (see #5) but still not perfect :
install.py
script and just via apip install --upgrade -r requierements.txt
src/
./manager.py db upgrade
)conf.py
was a good idea but not a great one, it prevents from constructing packages with configuration located in /etc or something similar.conf.py
should be reading from a yaml/json/whatev fileThe text was updated successfully, but these errors were encountered: