configure apache for shared hosting using fcgi

2013-06-27 Thread Sheila
Following the django book https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache I am trying to deploy my project on shared host. To try it first I am using a virtual Ubuntu 10.04 server. In my server user can access http://local

upgrading from 1.11 and ran into builtin permission clash

2022-07-01 Thread Sheila Miguez
ion? Should I remove the permission while I run the app as Django 1.11 before moving on to a 2.2 environment? -- Sheila Miguez she...@pobox.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

Re: upgrading from 1.11 and ran into builtin permission clash

2022-07-02 Thread Sheila Miguez
I could try that. So far I've made a toy project to reproduce the problem and made a migration in 1.11 to remove the permission. When I started it up in 2.2 it suddenly said I had unapplied migrations in admin and auth. I don't know if renaming would have the same effect. I'll try it. On Frida