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