mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-11 08:18:55 +02:00
ansible
apps
activity
api
food
logs
member
note
permission
registration
scripts
treasury
wei
api
forms
management
migrations
0001_initial.py
0002_auto_20210313_1235.py
0003_bus_size.py
0004_auto_20220904_2325.py
0005_auto_20230128_1850.py
0006_unisex_clothing_cut.py
0007_help_text_emergency_contact.py
0008_auto_20240111_1545.py
0009_weiregistration_specific_diet.py
0010_remove_weiregistration_specific_diet.py
__init__.py
templates
tests
__init__.py
admin.py
apps.py
models.py
tables.py
urls.py
views.py
wrapped
docs
locale
note_kfet
.dockerignore
.env_example
.gitignore
.gitlab-ci.yml
.gitmodules
COPYING
Dockerfile
README.md
entrypoint.sh
manage.py
nginx_note.conf_example
note.cron
requirements.txt
tox.ini
uwsgi_note.ini
19 lines
414 B
Python
19 lines
414 B
Python
# Generated by Django 2.2.19 on 2021-08-25 21:25
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('wei', '0002_auto_20210313_1235'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='bus',
|
|
name='size',
|
|
field=models.IntegerField(default=50, verbose_name='seat count in the bus'),
|
|
),
|
|
]
|