mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-19 16:29:23 +00:00
.github
antispam
api
migrations
tests
__init__.py
admin.py
apps.py
auth.py
hashers.py
models.py
permissions.py
urls.py
club
com
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
11 lines
258 B
Python
11 lines
258 B
Python
from ninja_extra import NinjaExtraAPI
|
|
|
|
api = NinjaExtraAPI(
|
|
title="PICON",
|
|
description="Portail Interactif de Communication avec les Outils Numériques",
|
|
version="0.2.0",
|
|
urls_namespace="api",
|
|
csrf=True,
|
|
)
|
|
api.auto_discover_controllers()
|