Hi! What is the best practice to deploy a Django application creating a user but not installing the admin app. I want to deploy my app to clients cleanly (like i.e "make install") and I need to create a user to be able to start using the django app. I think that a Django app is a bit complicated to do a deploy using only similar to "make install" but I would like to hear about best practices to do it. Thanks.
--~--~---------~--~----~------------~-------~--~----~ 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 unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---