mirror of
https://github.com/yweber/lodel2.git
synced 2026-03-04 03:02:01 +01:00
Removed logging test in EditorialModel/lib/component.py Added comment in Database/sqlwrapper.py
5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export DJANGO_SETTINGS_MODULE="Lodel.settings"
|
|
|
|
python -m unittest
|