django
Django Memcached - how to check if memcached is used?
I decided to accelerate my Django application by using Memcached, but I am not sure that it is really working, even if I don’t see any error message.[详细]
2023-04-12 12:49 分类:问答Confused about basic multiple-table relation & access using Django
I have a few data models (tabl开发者_如何学Goes) which are associated with each other. If a model has a related field pointing to another model, no problem, i can access that easy in the templates but[详细]
2023-04-12 12:42 分类:问答TimeField format in Django template
I\'m writing an application in Django and using several TimeFields in a model. I only want to work with the time format hh:mm (not hh:mm:ss or hh p.m./a.m. or other things).[详细]
2023-04-12 12:30 分类:问答Is it possible to write code for login functionality without using django's authenticate & login method?
Till now I have used django\'s default authenticate and login method for login code for my project.See the code below,[详细]
2023-04-12 12:19 分类:问答Change the value of a form using BoundField in Django?
I am trying to use a custom template filter to change the value of a form and spit it back out. Specifically, I am trying to do what the cut template filter already does, but using lstrip and rstrip i[详细]
2023-04-12 12:16 分类:问答Django: How to add Chinese support to the application
I am trying to add a Chinese language to my application written in Django and I have a really hard time with that. I have spent half a day trying different approaches, no success.[详细]
2023-04-12 12:12 分类:问答Django South migration fails
I am trying to map some data onto a staging server and have run into an issue. When running my migrations I get the following error.[详细]
2023-04-12 12:08 分类:问答Django plaintext template
I\'m currently writing a template which mostly outputs my fields and it\'s contents from the database as plaintext so that it can be downloaded (supposed to be a configuration file for ltsp) and I\'m[详细]
2023-04-12 11:15 分类:问答How to make this page reload on login / logout?
I tried to make the user variable available serveside and now I\'ve noticed that my page behaves the way I want it if I reload:[详细]
2023-04-12 10:43 分类:问答If statement looks to not extend to other templates
I have a problem with one of my if statements on my django template. Currently I have this on my base.html which extends to other templates:[详细]
2023-04-12 10:35 分类:问答