-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create SDK League Slug #469
Comments
The new function needs to be here. |
One can take inspiration from: Lines 338 to 348 in 9d59b10
I guess we also need a new sdk event_type :openstudyroom/league/models.py Lines 33 to 39 in 9d59b10
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a new SDK League for OSR but no way to automatically link to the active league for the dropdown menu in the website.
In order to acheive this, we need a new url pattern in this file, which will probably look something like this:
url(r'^sdk/$', views.sdk, name='sdk'),
There also likely needs to be a new function in "views".
Thank you very much!
The text was updated successfully, but these errors were encountered: