Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
portal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
11
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
65508250
authored
Jul 23, 2019
by
Bodor Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make migrations and add *.sqlite3 to gitignore
parent
d7a58537
Pipeline
#791
failed with stages
in 1 minute 1 second
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
9 deletions
+24
-9
.gitignore
+2
-1
Pipfile
+1
-1
Pipfile.lock
+6
-6
recircle/instance/migrations/0010_merge_20190723_0841.py
+14
-0
recircle/interface_openstack
+1
-1
No files found.
.gitignore
View file @
65508250
.vscode/
.vscode/
recircle/db
.sqlite3
*
.sqlite3
recircle/clouds.yaml
recircle/clouds.yaml
environment.sh
environment.sh
.idea/
.idea/
Pipfile
View file @
65508250
...
@@ -12,11 +12,11 @@ coverage = "*"
...
@@ -12,11 +12,11 @@ coverage = "*"
[packages]
[packages]
django = "*"
django = "*"
djangorestframework = "*"
djangorestframework = "*"
djoser = "*"
django-cors-headers = "*"
django-cors-headers = "*"
openstacksdk = "*"
openstacksdk = "*"
python-novaclient = "*"
python-novaclient = "*"
keystoneauth1 = "*"
keystoneauth1 = "*"
djoser = "*"
[requires]
[requires]
python_version = "3.6"
python_version = "3.6"
Pipfile.lock
View file @
65508250
...
@@ -152,11 +152,11 @@
...
@@ -152,11 +152,11 @@
},
},
"djoser": {
"djoser": {
"hashes": [
"hashes": [
"sha256:
1e310801b225ea668a035d3da90c1c9ca5b80a294235b9a25a5999fbc9ac5a96
",
"sha256:
47c1a60592695eca5d86384430885801dc3f53051504abe31bb1071478dfaf1b
",
"sha256:
d0ca48a05f590d77d6d292177c735a92b639f78a7060c1861d9b5317843a0685
"
"sha256:
6c90307a660e9897926f64d0012e8a9edf12633ece41887c9926b44cced2fba4
"
],
],
"index": "pypi",
"index": "pypi",
"version": "==
1.7
.0"
"version": "==
2.0
.0"
},
},
"dogpile.cache": {
"dogpile.cache": {
"hashes": [
"hashes": [
...
@@ -272,11 +272,11 @@
...
@@ -272,11 +272,11 @@
},
},
"openstacksdk": {
"openstacksdk": {
"hashes": [
"hashes": [
"sha256:
44a726ff8969072f766e178becff2d3933a8ea084e4cc2516c56b8ade80e4af9
",
"sha256:
dc1232a58e30876ed6b28ee7bf5fee281b70048b187e88acd8a53cc3b63f9d8a
",
"sha256:
8d0607d08ac1d206040730dbbac5bb1a535e855616b11ad303847c5061f1f5ee
"
"sha256:
f6e045d2e0a111d3a8dd157d111a04f1354ad6cc7819f6c1db073426bea7734f
"
],
],
"index": "pypi",
"index": "pypi",
"version": "==0.31.
1
"
"version": "==0.31.
2
"
},
},
"os-service-types": {
"os-service-types": {
"hashes": [
"hashes": [
...
...
recircle/instance/migrations/0010_merge_20190723_0841.py
0 → 100644
View file @
65508250
# 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
=
[
]
interface_openstack
@
4b7acc4e
Subproject commit
abe7a47367d285b98066243cf1f0e9c5454955d2
Subproject commit
4b7acc4e34ce4ea7d012714ee8c6ef59e65ed364
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment