I'm looking for a Django guru to help with some debugging.
Please contact me off-list for details. I'm constrained by
non-disclosure so I can't reveal anything on the list.
Thanks
Mike
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsu
The file size of a sqlite3 database file is not a reliable indicator of
the volume of data stored in it. This is because sqlite3 does not
decrease the file size when you delete data but instead will reuse that
space on disk when you add more records. E.g., let's say you create a
database and add so
Hi All,
Thanks in advance for your help!
I am working on back-end to fill the database tables with build related
information. I am using Django framework with sqlite3. Somehow I am not
able to add more data in database table after certain limit. I am not
getting any error but database size is
Yet another approach to using local development settings versus production
settings. Here's something I've been using that I wanted to share. Thanks
https://github.com/django-settings/django-settings
--
You received this message because you are subscribed to the Google Groups
"Django users" gr
On Fri, Feb 15, 2013 at 04:17:30PM -0800, wassim bchini wrote:
> hello ;
> i have a Project and i'm beginner on Django ; my project is to build web
> application to administrate FTP server , i have the program
> of administration on python (engine) and i need some information how to
> render the
Hello,
I'm new to Django and I'm with an error, passing data from views to
templates.
Here is the traceback: http://dpaste.com/942117/
Request URL: http://localhost:8000/about/
Django Version: 1.4.3
Exception Type: AttributeError
*Exception Value: 'str' object has no attribute 'update'*
Excepti
There's a way to do what you want to do, but I don't remember out of
the top of my head. I can check it out on the week, but you'll need to
customize some things on the Producer's ModelAdmin, not just set the
list of inlines, because, as it was said, inlines are for "children"
objects (i.e. other o
Have you tried using unique_together? You could add unique_together = (
('type', 'producer',), ) to your Address model. There really isn't any way for
the default admin to edit a second table at the same time.
https://docs.djangoproject.com/en/1.4/ref/models/options/#unique-together
On Feb 14
Hi, I have following problem.
It is quite often that django admin plugins include their own version of
jquery and it is not possible to use them together.
For example: django-markitup and django-sortable. Is there any way to get
around the issue? Do I need to rewrite plugin(s) to use noConflict?
Hi all,
I've just released Mezzanine 1.4 and Cartridge 0.8. Mezzanine is a Django
powered CMS project, and Cartridge is its e-commerce solution.
Here's an overview of what's new.
Mezzanine:
- New "sort_by" template tag (in mezzanine_tags) for general purpose data
sorting
- RSS blog importer now
10 matches
Mail list logo