Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Paweljong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Projekt Hack-n-Fun
AlekSIS-App-Paweljong
Merge requests
!42
Set price correct for event registration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Set price correct for event registration
price-fix
into
master
Overview
1
Commits
7
Pipelines
8
Changes
2
Merged
Tom Teichler
requested to merge
price-fix
into
master
1 year ago
Overview
1
Commits
7
Pipelines
8
Changes
2
Expand
0
0
Merge request reports
Viewing commit
ef8256ee
Prev
Next
Show latest version
2 files
+
27
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ef8256ee
Set price correct for event registration
· ef8256ee
Tom Teichler
authored
1 year ago
aleksis/apps/paweljong/migrations/0023_eventregistration_cost.py
0 → 100644
+
18
−
0
Options
# Generated by Django 3.2.19 on 2023-06-04 14:54
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
paweljong
'
,
'
0022_send_to_retracted_or_not_checked_in
'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'
eventregistration
'
,
name
=
'
cost
'
,
field
=
models
.
IntegerField
(
blank
=
True
,
null
=
True
,
verbose_name
=
'
Cost in €
'
),
),
]
Loading