Compare commits
7 Commits
e70a352dcd
...
6e6347c083
Author | SHA1 | Date | |
---|---|---|---|
6e6347c083 | |||
fd2980373f | |||
b117d441b4 | |||
d2f24fc830 | |||
f725c4ffcc | |||
af48285f57 | |||
f426e21541 |
|
@ -44,6 +44,13 @@ DJANGO_SETTINGS_MODULE=instance.settings.dev pytest
|
|||
DJANGO_SETTINGS_MODULE=instance.settings.dev ./manage.py runserver
|
||||
```
|
||||
|
||||
Before requesting a merge, enable pre-commit :
|
||||
|
||||
```
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
## Installation
|
||||
Running Aircox on production involves:
|
||||
* Aircox modules and a running Django project;
|
||||
|
|
|
@ -47,7 +47,7 @@ LOGGING = {
|
|||
}
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
}
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user