Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
grady
Merge requests
!122
Updated Readme and made small changes to Importer script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated Readme and made small changes to Importer script
overhaul-readme
into
master
Overview
0
Commits
1
Pipelines
3
Changes
4
Merged
robinwilliam.hundt
requested to merge
overhaul-readme
into
master
6 years ago
Overview
0
Commits
1
Pipelines
3
Changes
4
Expand
0
0
Merge request reports
Viewing commit
456fb598
Show latest version
4 files
+
282
−
74
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
456fb598
Updated Readme and made small changes to Importer script
· 456fb598
robinwilliam.hundt
authored
6 years ago
core/migrations/0011_auto_20181001_1259.py
0 → 100644
+
18
−
0
Options
# Generated by Django 2.1 on 2018-10-01 12:59
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
core
'
,
'
0010_auto_20180805_1139
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
submissiontype
'
,
name
=
'
programming_language
'
,
field
=
models
.
CharField
(
choices
=
[(
'
c
'
,
'
C syntax highlighting
'
),
(
'
java
'
,
'
Java syntax highlighting
'
),
(
'
mipsasm
'
,
'
Mips syntax highlighting
'
),
(
'
haskell
'
,
'
Haskell syntax highlighting
'
)],
default
=
'
c
'
,
max_length
=
25
),
),
]
Loading