Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 25
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andre Matthew Dumandan
widget_group 25
Commits
6ce0a275
Commit
6ce0a275
authored
Apr 02, 2022
by
Rau Layug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrated partial calendarapp changes
parent
e54ae1ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
28 deletions
+0
-28
0002_location_event_location.py
...25/calendarapp/migrations/0002_location_event_location.py
+0
-28
0002_location_event_location.cpython-39.pyc
...s/__pycache__/0002_location_event_location.cpython-39.pyc
+0
-0
No files found.
widget_group_25/calendarapp/migrations/0002_location_event_location.py
deleted
100644 → 0
View file @
e54ae1ff
# Generated by Django 4.0.3 on 2022-03-30 15:41
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'calendarapp'
,
'0001_initial'
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
'Location'
,
fields
=
[
(
'id'
,
models
.
BigAutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'mode'
,
models
.
CharField
(
choices
=
[(
'ONS'
,
'Onsite'
),
(
'ONL'
,
'Online'
),
(
'OAO'
,
'Onsite and Online'
)],
max_length
=
3
)),
(
'venue'
,
models
.
CharField
(
max_length
=
150
)),
],
),
migrations
.
AddField
(
model_name
=
'event'
,
name
=
'location'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'calendarapp.location'
),
preserve_default
=
False
,
),
]
widget_group_25/calendarapp/migrations/__pycache__/0002_location_event_location.cpython-39.pyc
deleted
100644 → 0
View file @
e54ae1ff
File deleted
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