![]() |
před 9 roky | |
---|---|---|
DataSource | před 9 roky | |
EditorialModel | před 9 roky | |
Lodel | před 9 roky | |
leobject | před 9 roky | |
.gitignore | před 9 roky | |
Doxyfile | před 9 roky | |
README.md | před 9 roky | |
lint | před 9 roky | |
makemigrations_interactive_rename.patch | před 9 roky | |
requirements.txt | před 9 roky | |
runtest | před 9 roky | |
settings.py.example | před 9 roky |
First test installation :
** install dependencies pip install -r requirements.txt
** create local config in settings.py Copy settings.py.example to settings.py, change the conf to your local settings
** create DATABASES mysql
CREATE DATABASE
lodel2
CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL ONlodel2
.* TO “lodel”@“localhost”;