Skip to content

Commit

Permalink
Merge pull request #114 from codeforgoodconf/fixture-migrations
Browse files Browse the repository at this point in the history
#105 fix fixtures, add migrations for volunteer default events, shift…
  • Loading branch information
Brigette Eckert authored Oct 21, 2018
2 parents a5d1570 + 19327b0 commit c24f4ea
Show file tree
Hide file tree
Showing 8 changed files with 1,659 additions and 3,016 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
db:
image: postgres
ports:
- "32772:5432"
- "32777:5432"
web:
build: .
command: python manage.py runserver 0.0.0.0:8000
Expand Down
3 changes: 2 additions & 1 deletion scheduling/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
admin.site.register(VolunteerEvent)
admin.site.register(VolunteerDefaultShift)
admin.site.register(VolunteerShift)
admin.site.register(Assignment)
admin.site.register(Assignment)
admin.site.register(Weekday)
Loading

0 comments on commit c24f4ea

Please sign in to comment.