![]() |
9 years ago | |
---|---|---|
DataSource | 9 years ago | |
EditorialModel | 9 years ago | |
Lodel | 9 years ago | |
leobject | 9 years ago | |
.gitignore | 9 years ago | |
Doxyfile | 9 years ago | |
README.md | 9 years ago | |
lint | 9 years ago | |
makemigrations_interactive_rename.patch | 9 years ago | |
requirements.txt | 9 years ago | |
runtest | 9 years ago | |
settings.py.example | 9 years ago |
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”;