Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates scav #14

Merged
merged 25 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9b82f76
Added set as location settter action
JasonLovesDoggo Dec 2, 2023
b4d0765
Added Hunt model to have continuity throughout hunts.
JasonLovesDoggo Dec 2, 2023
aa581ac
format
Dec 2, 2023
55ea371
updated lock.
JasonLovesDoggo Dec 2, 2023
7da49e4
simplified form logic
JasonLovesDoggo Dec 2, 2023
2d71bca
removed duplicate .save()
JasonLovesDoggo Dec 2, 2023
6c5548a
fixed order of operations for team.save
JasonLovesDoggo Dec 2, 2023
ff403ab
Limit to one event at a time
JasonLovesDoggo Dec 2, 2023
bbfd1ea
format
Dec 2, 2023
32f97fa
added django-impersonate
JasonLovesDoggo Dec 2, 2023
2ef08e3
Merge remote-tracking branch 'origin/temp' into temp
JasonLovesDoggo Dec 2, 2023
f63263c
format
Dec 2, 2023
bf7cb50
added "new_event" command to save teams then nuke em.
JasonLovesDoggo Dec 3, 2023
9f7b48c
Merge remote-tracking branch 'origin/temp' into temp
JasonLovesDoggo Dec 3, 2023
ee55b89
format
Dec 3, 2023
502c022
format.
JasonLovesDoggo Dec 3, 2023
92931a9
im foolish but I want to commit for the future
JasonLovesDoggo Dec 3, 2023
8225255
feat: added members to team admin
JasonLovesDoggo Dec 3, 2023
a2dcd83
Updated timezone and removed the configs in settings.py in favor of H…
JasonLovesDoggo Dec 3, 2023
e5f850e
format
Dec 3, 2023
3e929af
updated translation files
JasonLovesDoggo Dec 3, 2023
d3606e8
fixes invites
JasonLovesDoggo Dec 3, 2023
b8232c2
fixed tabs -> spaces
JasonLovesDoggo Dec 3, 2023
e97bb6c
format
Dec 3, 2023
58aff3b
Merge branch 'main' into temp
JasonLovesDoggo Dec 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

204 changes: 150 additions & 54 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ then run
```bash
python manage.py init
```

## Before you start a new hunt
```bash
python manage.py new_event
```
if you want to retain the old teams, import the old teams into the new event


Loading
Loading