where to report django issues?

2019-09-22 Thread MW
unlike other github project, there is no "issues" link on https://github.com/django/django I'm wondering where to report django (source code) issues? Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

is there a util.py to automate renaming a Django app?

2016-01-17 Thread MW
Hi, I want to rename a Django app. Google search shows it's not quite a easy task, e.g. I found this: http://stackoverflow.com/questions/8408046/how-to-change-the-name-of-a-django-app I just wonder if there is a util.py to automate renaming a Django app? Thx! -- You received this message bec

Re: Is there a better way to do Django+WSGI+Apache when using multiple virtual hosts that point to the same Django installation than what I'm currently doing?

2010-04-15 Thread mw
s.py files specified by multiple django.wsgi files specified by multiple VirtualHosts in my Apache's conf which doesn't seem to make anything less complicated. Any ideas with that extra context? Thanks, mw On Apr 15, 10:29 am, Austin Gabel wrote: > Your probably better off with three s

Is there a better way to do Django+WSGI+Apache when using multiple virtual hosts that point to the same Django installation than what I'm currently doing?

2010-04-14 Thread mw
Hello, I have multiple virtual hosts pointing to the same Django project. So something like: host1.domain.com host2.domain.com host3.domain.com each point to the same Django project because although it was required that host1 host2 and host3 should get their own hostnames, none of web apps the

Model gets subset of fields from inheritance, but then admin.py can't find the inherited fields.

2009-06-09 Thread mw
Hello, I have a class full of common information such as email, name, and etc, that multiple other models inherit. Everything works fine except for the customizing of the admin interface. For example, in a setup such as: class CommonStuff(models.Model): email = models.EmailField(...) clas

Re: How do I set no minimum number of entries for a formset?

2009-01-15 Thread mw
Well I can set blank=True for the fields of the Deadline, but that doesn't feel quite correct still as now someone could potentially half fill out a deadline and have it validate. I'm thinking I'm going to have to just do custom validation. Is that correct? On Jan 15, 1:1

How do I set no minimum number of entries for a formset?

2009-01-15 Thread mw
ow can I set a sorta minimum number of deadlines, i.e. zero, so that if a person doesn't have a deadline they could still submit the event? Thanks in advance for any help, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

DateTimeField 12-hour input form. Easy way?

2008-07-04 Thread mw
o actually make this happen. I wish it was a simple as modifying the DATETIME_FORMAT variable in settings.py, but that doesn't do the trick. Any advice from the list? Thanks super very much in advance, mw --~--~-~--~~~---~--~~ You received this message

Quick way to find list objects close to the current date?

2008-06-18 Thread mw
it manually. Any advice from the list? Thanks in advance, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To u

Re: Custom CSS for newforms using ModelForm

2008-06-02 Thread mw
I'm not entirely sure I understand the question, but a form generated by newforms and rendered through a template can easily just have a CSS file attached to it like you would normal HTML. I just have a standard at the top of a template that I pass the modelform created form to. On Jun 2, 1:

Silly DateTimeField question--display the hour in template?

2008-06-02 Thread mw
like natural day to change it to Today 9:43 a.m. What am I missing? Thanks in advance, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@g

Is it OK to use the cool Javascript calendar and stuff on non-admin pages?

2008-05-19 Thread mw
think I could use Jquery, but it feels like this is exactly what I want. Thanks in advance, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Image upload not working in newforms admin?

2008-05-16 Thread mw
I'm having nothing but tons of trouble right now with the image field upload. I don't know what the problem is for sure, yet, but yeah I think that I'm willing to say that the ImageField isn't as easy to get working as it should be :-/ I think my problem may be OS X related and having to do with

Re: Code works with Django's server, but not with Apache+mod_python?

2008-05-15 Thread mw
_init__.pyc pil /Library/Python/2.5/site-packages/PIL/__init__.pyc As far as I can tell there is no difference! Apache still seems to be rejecting the image as an invalid image while the Django test server doesn't. What could the problem possibly be between the two servers? :-( On May 6,

Re: /admin Cross-Site Scripting (XSS) issue!

2008-05-07 Thread mw
It worked for me and I have one of the fairly recent copies from SVN. (not like today up to date, but pretty up to date) On May 7, 12:34 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 12:31 PM, Chunlei Wu <[EMAIL PROTECTED]> wrote: > > /admin/index.php/%22%3E%3Cscript%

Re: Code works with Django's server, but not with Apache+mod_python?

2008-05-06 Thread mw
Ahh, after running the code with both the django server and apache and mod_python there are different paths listed. I shall investigate on my own and come back if I need more help! Thank you both very much! mw On May 5, 7:13 pm, "Chatchai Neanudorn" <[EMAIL PROTECTED]>

Code works with Django's server, but not with Apache+mod_python?

2008-05-02 Thread mw
I'm using the SVN of django on OS X. Thanks in advance, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To u

Re: Image Field problem, probably something to do with the path, but I'm not sure

2008-05-01 Thread mw
Bumping the thread. Still having the problem. Pil is installed and everything since I know it worked before. Any ideas? Thanks, mw On Apr 28, 3:57 pm, mw <[EMAIL PROTECTED]> wrote: > Hello, > > I created a small little application that included a field for an > image u

Re: OS X install help --I think I broke something...

2008-05-01 Thread mw
r it, but I can't remember the number. > > On Apr 9, 11:01 pm, mw <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I'm having problems with my installation of django on OS X leopard. I > > followed the manual for the installation and installed Django from

Image Field problem, probably something to do with the path, but I'm not sure

2008-04-28 Thread mw
ts, and at the current time it has full rwx permissions. The admin page, however, keeps rejecting the images I try to send it claiming that it is a bad or corrupt image. This happens even with images that I know for a fact have worked before. Any ideas or help? Thanks in a

OS X install help --I think I broke something...

2008-04-09 Thread mw
x27;m not even sure where everything is to delete and start over. (What symlinks I need to delete, etc) Thanks for any help or advice in advance, mw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users