mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
17 lines
295 B
Python
17 lines
295 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.1 on 2017-05-12 20:02
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('RIGS', '0030_auth_request_sending'),
|
|
('RIGS', '0026_auto_20170510_1846'),
|
|
]
|
|
|
|
operations = [
|
|
]
|