django-apps
What exactly are Django Apps
I want to switch from Rails to Django, to broaden my mind, and a question has bobbed up in my mind. My Rails app is quite a mess, since my hobby-based development approach is a patch-and-glue one. I[详细]
2023-04-01 04:11 分类:问答Django : unknown application
I want to dump my data from the model of my app in Django. So I tr开发者_C百科ied the following python manage.py dumpdata app > temp_data.json (from this answer)[详细]
2023-03-27 16:40 分类:问答Django app to "switch on" other apps for specyfic user
I am new to django and I really like its modular construction so I decided to take advantage of it and put all the separated functionalities each in different app.[详细]
2023-03-25 17:23 分类:问答Django easy-thumbnails MAX SIZE
is there a way to set a max size for the images uploaded in my django app using easy-thumbnails app? In the settings list I don\'t see anything 开发者_运维百科about it.To cap file size, you might wan[详细]
2023-03-22 04:56 分类:问答Understanding how Django Apps system works
After some months of using Django, I feel the need to create the first my Django application. In this way I can really take the advantages of the Django\'s power.[详细]
2023-03-20 13:27 分类:问答Best app for avatar / profile images on Django
In my application I have a model called Produ开发者_C百科ct. Every time a user adds new product should be upload a profile image for that product.[详细]
2023-03-20 05:46 分类:问答Do I need to call syncdb before or after South migrate
I\'m new to South so I am wondering if I ever need to call ./ma开发者_Python百科nage.py syncdb or doing[详细]
2023-03-12 10:11 分类:问答django-notification not sending email by default
Question, I have created my NEW notification, my NEW notification templates for it. Once a user performs a particular action it creates the new record but no email gets sent.[详细]
2023-02-25 06:50 分类:问答Implementing multiple administration levels in Django
I have decided to move a project from PHP to Python and despite hours of searching, I cannot find a way to implement the following design. I have attempted extending the user class and doing customise[详细]
2023-02-17 10:55 分类:问答How to create a django application which requires a specific module to run?
I have an application that requires the user to have a certain directory structure much like django does with templatetags and what I would like to know is how do I import an application named foo fro[详细]
2023-02-15 08:42 分类:问答