mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-19 16:29:23 +00:00
.github
antispam
api
club
com
migrations
static
templates
tests
__init__.py
admin.py
api.py
apps.py
forms.py
ics_calendar.py
models.py
schemas.py
signals.py
urls.py
views.py
core
counter
docs
eboutic
election
forum
galaxy
locale
matmat
pedagogy
rootplace
sas
sith
staticfiles
subscription
trombi
.coveragerc
.env.example
.envrc
.gitattributes
.gitignore
.mailmap
.npmrc
.pre-commit-config.yaml
.python-version
CONTRIBUTING.rst
LICENSE
Procfile.service
Procfile.static
README.md
biome.json
conftest.py
manage.py
mkdocs.yml
openapi-csrf.ts
openapi-ts.config.ts
package-lock.json
package.json
pyproject.toml
tsconfig.json
uv.lock
vite.config.mts
10 lines
187 B
Python
10 lines
187 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ComConfig(AppConfig):
|
|
name = "com"
|
|
verbose_name = "News and communication"
|
|
|
|
def ready(self):
|
|
import com.signals # noqa F401
|