mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-12 19:15:43 +00:00
.github
antispam
club
com
core
counter
docs
eboutic
election
migrations
0001_initial.py
0002_election_archived.py
0003_auto_20171202_1819.py
0004_auto_20191006_0049.py
__init__.py
static
templates
__init__.py
admin.py
models.py
tests.py
urls.py
views.py
forum
galaxy
launderette
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
18 lines
446 B
Python
18 lines
446 B
Python
# Generated by Django 2.2.6 on 2019-10-05 22:49
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [("election", "0003_auto_20171202_1819")]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="role",
|
|
name="order",
|
|
field=models.PositiveIntegerField(
|
|
db_index=True, editable=False, verbose_name="order"
|
|
),
|
|
)
|
|
]
|