> I want to upload only .pyc and no source files. Whats the best way to > make sure my .pyc works there.
Your best bet is to probably upload the .py files, run the app and then delete the .py files. That way you're sure that the .pyc files are compatible. But unless you really need to get rid of the .py files, you should leave them be. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---