mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-08-13 12:09:36 +02:00
logs
med
media
theme
users
locale
migrations
0001_initial.py
0002_auto_20170629_1438.py
0003_auto_20170629_2156.py
0004_clef.py
0005_auto_20170703_1940.py
0006_clef_commentaire.py
0007_adhesion.py
0008_auto_20170705_0001.py
0009_auto_20171114_2303.py
0010_auto_20190802_1455.py
0011_auto_20190802_1831.py
0012_auto_20190802_2112.py
0013_auto_20190802_2125.py
0014_auto_20190802_2126.py
0015_auto_20190802_2143.py
0016_auto_20190802_2143.py
0017_auto_20190802_2144.py
0018_auto_20190802_2144.py
0019_auto_20190802_2146.py
0020_auto_20190808_1132.py
0021_auto_20190808_1134.py
0022_auto_20190808_1136.py
0023_auto_20190808_1206.py
0024_auto_20190808_1208.py
0025_auto_20190808_1213.py
0026_auto_20190809_0802.py
0027_auto_20190809_2317.py
0028_auto_20190810_1003.py
0029_auto_20190810_1121.py
0030_auto_20190810_1600.py
0031_auto_20190810_1601.py
0032_auto_20190810_1601.py
0033_auto_20190810_1602.py
0034_auto_20190810_1604.py
0035_auto_20190810_1604.py
0036_auto_20190810_1604.py
0037_auto_20190810_1608.py
0038_auto_20190810_1610.py
0039_auto_20190810_1610.py
0040_delete_clef.py
0041_auto_20200923_2030.py
0042_delete_adhesion.py
0043_accesstoken.py
0044_membership.py
0045_auto_20211114_1423.py
0046_auto_20211114_1624.py
__init__.py
templates
tests
__init__.py
admin.py
apps.py
models.py
serializers.py
signals.py
urls.py
views.py
.coveragerc
.gitignore
.gitlab-ci.yml
.pylintrc
COPYING
Dockerfile
README.md
django-med.service
entrypoint.sh
manage.py
requirements.txt
tool_barcode_getblue.py
tox.ini
19 lines
359 B
Python
19 lines
359 B
Python
# Generated by Django 2.2.4 on 2019-08-10 14:01
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0030_auto_20190810_1600'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='clef',
|
|
old_name='proprio',
|
|
new_name='owner',
|
|
),
|
|
]
|