When I select 6/15/2018 in the date_hierarchy, the following query is run:
*SELECT* `memorabilia_document`.`document_id`,
`memorabilia_document`.`document_state`,
`memorabilia_document`.`documentType_id_id`,
`memorabilia_document`.`created`, `memorabilia_document`.`updated`,
`memorabilia_document`
hello guys,
I am facing the same error while creating the views.
On Sunday, February 28, 2016 at 1:20:39 AM UTC+5:30, Mike Kipling wrote:
>
> I am working through the Django tutorial *Writing your first Django app,
> part 1.*
> I am using Windows 10, python 3.5.1 and Django 1.9.2 .
>
> In the
Iam trying develop a web application. I am using Django registration redux
package for registration.
when im try to access http://127.0.0.1:8000/accounts/register
it automatically redirecting to http://127.0.0.1:8000/accounts/profile/
Shows me following
Using the URLconf defined in bookstore
On 16/06/2018 3:29 AM, Vinnicyus Gracindo wrote:
Hi. I beat my brains out trying to find out why my cbv was not working
with LoginRequiredMixin.
I found the order of the mixins in the inheritance:
It works: class UserListView(LoginRequiredMixin, ListView)
Doesn't work: class UserListView(ListVie
4 matches
Mail list logo