So I've been considering developing a rather extensive commercial application with Django, but would like to prevent the user from prying into the source. I know there are some really good ways to do this with simple apps (py2exe, etc.), but is there a good way to do this with full-fledged Django apps? I'd love to be able to selectively use source for primary components like the authentication system, but would really like to keep individual apps as "compiled" only.
Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---