Commit 65508250 by Bodor Máté

Make migrations and add *.sqlite3 to gitignore

parent d7a58537
Pipeline #791 failed with stages
in 1 minute 1 second
.vscode/
recircle/db.sqlite3
*.sqlite3
recircle/clouds.yaml
environment.sh
.idea/
......@@ -12,11 +12,11 @@ coverage = "*"
[packages]
django = "*"
djangorestframework = "*"
djoser = "*"
django-cors-headers = "*"
openstacksdk = "*"
python-novaclient = "*"
keystoneauth1 = "*"
djoser = "*"
[requires]
python_version = "3.6"
......@@ -152,11 +152,11 @@
},
"djoser": {
"hashes": [
"sha256:1e310801b225ea668a035d3da90c1c9ca5b80a294235b9a25a5999fbc9ac5a96",
"sha256:d0ca48a05f590d77d6d292177c735a92b639f78a7060c1861d9b5317843a0685"
"sha256:47c1a60592695eca5d86384430885801dc3f53051504abe31bb1071478dfaf1b",
"sha256:6c90307a660e9897926f64d0012e8a9edf12633ece41887c9926b44cced2fba4"
],
"index": "pypi",
"version": "==1.7.0"
"version": "==2.0.0"
},
"dogpile.cache": {
"hashes": [
......@@ -272,11 +272,11 @@
},
"openstacksdk": {
"hashes": [
"sha256:44a726ff8969072f766e178becff2d3933a8ea084e4cc2516c56b8ade80e4af9",
"sha256:8d0607d08ac1d206040730dbbac5bb1a535e855616b11ad303847c5061f1f5ee"
"sha256:dc1232a58e30876ed6b28ee7bf5fee281b70048b187e88acd8a53cc3b63f9d8a",
"sha256:f6e045d2e0a111d3a8dd157d111a04f1354ad6cc7819f6c1db073426bea7734f"
],
"index": "pypi",
"version": "==0.31.1"
"version": "==0.31.2"
},
"os-service-types": {
"hashes": [
......
# Generated by Django 2.2.3 on 2019-07-23 08:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('instance', '0009_auto_20190715_0929'),
('instance', '0009_auto_20190715_1354'),
]
operations = [
]
Subproject commit abe7a47367d285b98066243cf1f0e9c5454955d2
Subproject commit 4b7acc4e34ce4ea7d012714ee8c6ef59e65ed364
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment