-
Notifications
You must be signed in to change notification settings - Fork 2
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
Created angular-free version of committees page #100
Conversation
Looking good, paar issues:
|
Sorteren zal ik inderdaad even toevoegen. Pagination kan relatief makkelijk toegevoegd worden op view niveau (je zet gewoon Commissie toevoegen inderdaad maar even losse issue denk ik. |
Alles toegevoegd 😄 |
@@ -83,6 +83,21 @@ | |||
'django.template.loaders.app_directories.Loader', | |||
) | |||
|
|||
TEMPLATES = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waar is dit voor nodig?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
om 1 of andere reden kon ik in de templates niet request.META
benaderen ofzo, dus toen heb ik dit toegevoegd.
Als je vraagt waarom het tegenwoordig in een TEMPLATES
variable zit, dat is omdat je makkelijker je template renderer kan wisselen sinds django 1.8, dus je kan ook per template backend andere settings hebben.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright :)
Created angular-free version of committees page
Work on #50