You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #230, URLs will vary between the two apps, so the url_for methods in all apps will need to be app-aware. We do this by removing the imperative url_for methods and using the declarative is_url_for decorator on views, supplying it with the app (or use ClassView with UrlForView).
The Coaster dependency is now resolved. Pending task: removing the url_for methods in all classes, switching to UrlForView in class views, and @Model.is_url_for in function views.
@iambibhas this will be part of your view rewrite.
From #230, URLs will vary between the two apps, so the
url_for
methods in all apps will need to be app-aware. We do this by removing the imperativeurl_for
methods and using the declarativeis_url_for
decorator on views, supplying it with the app (or use ClassView with UrlForView).Dependency: hasgeek/coaster#199
The text was updated successfully, but these errors were encountered: