Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
whats-open
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
whats-open
Commits
d5b2bf79
Commit
d5b2bf79
authored
Jan 26, 2019
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add front royal campus + critical docker addition + migration tracking
Closes
#100
parent
91dcc369
Pipeline
#3723
passed with stage
in 1 minute and 3 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
188 additions
and
0 deletions
+188
-0
docker-compose.yml
docker-compose.yml
+2
-0
whats-open/api/migrations/0001_initial.py
whats-open/api/migrations/0001_initial.py
+185
-0
whats-open/api/migrations/__init__.py
whats-open/api/migrations/__init__.py
+0
-0
whats-open/api/models.py
whats-open/api/models.py
+1
-0
No files found.
docker-compose.yml
View file @
d5b2bf79
...
...
@@ -18,6 +18,8 @@ services:
ports
:
-
"
8000:8000"
command
:
./docker-startup.sh
volumes
:
-
.:/whats-open
depends_on
:
-
db
environment
:
...
...
whats-open/api/migrations/0001_initial.py
0 → 100644
View file @
d5b2bf79
This diff is collapsed.
Click to expand it.
whats-open/api/migrations/__init__.py
0 → 100644
View file @
d5b2bf79
whats-open/api/models.py
View file @
d5b2bf79
...
...
@@ -59,6 +59,7 @@ class Location(TimeStampedModel):
CAMPUS_LOCATIONS
=
(
# (set in model, human readable version)
(
"front royal"
,
"Front Royal"
),
(
"prince william"
,
"Prince William County Science and Technology"
),
(
"fairfax"
,
"Fairfax"
),
(
"arlington"
,
"Arlington"
),
...
...
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