I have a simple Blog model with a TextField. What is the best way to save links in the TextField ? 1) Saving link in the database in this form: http://www.example.com
there is any way to make a Break Page wit开发者_开发知识库h django for using with large articles?
I have this field in my Post model: created = models.DateTimeField(_(\'created\'), default=datetime.now)
I have a Django radio button group that renders to HTML as follows: <ul> <li><label for=\"id_package_id_0\"><input type=\"radio\" id=\"id_package_id_0\" value=\"1\" name=\"packag
I have a Customer table and one of the fields h开发者_运维知识库ere is for Status....I want to have the background colour of the cell containing this field to be set according to it\'s value e.g green
I am new to the Django framework. On Django\'s admin index page I\'d like to get rid of the \"s\" at the end of my model names.
I think I have a performance problem in my apache server. I have apache server on solaris 10 with php and some flash client applications.
I\'m using the Django Feeds Framework and it\'s really nice, very intuitive and easy to use. But, I think there is a problem when creating links to feeds in HTML.
I have created a template for t开发者_JS百科he 500 HTTP error. I have inserted my template 500.html in:
I need to amend QuerySet data when i return it to a template. for example, model.objects.all() returns a date (with other fie开发者_开发问答lds), but i also want to return the number of days since th