custom table for django authentication possible

2011-10-13 Thread Jiss
I am new to django. Can I use my own table (say) 'User' instead of 'auth_user' table (keeeping all other tables for django authentication ) ?. -- 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@goog

static file problem with modwsgi+ apache2 with django1.3

2011-12-10 Thread Jiss
Hi all, I am new to django and web development. I am facing a problem with static files(Django1.3) when tried to deploy it in my local apache server(apache2+mod_wsgi),the problem only for the static contents other parts ok[its worked in the devlopment server]. My project now in a folder 'testc