apps
contact
files
migrations
static
__init__.py
admin.py
apps.py
forms.py
models.py
tests.py
urls.py
views.py
map
profiles
__init__.py
assets
bin
ojusomap
support
traefik
.dockerignore
.gitignore
.gitlab-ci.yml
Dockerfile
README.md
docker-compose.yml
environment.sh
environment.template
example.env
local.env
local.yml
manage.py
ojuso-logo.svg
production-dbshell.sh
requirements-devel.txt
requirements-test.txt
requirements.txt
setup.cfg
system-requirements-debian.txt
system-requirements-fedora.txt
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FilesConfig(AppConfig):
|
|
name = 'files'
|