Hi Can anyone help me creating WAR file of a Django project. Somewhere I realized we need Jython to do this. So I installed Jython on my machine and then tried to create WAR file using the following command from my project directory.
jython manage.py war But its repeatedly showing me an error which looks like this : The system cannot find the file ☻ . Traceback (most recent call last): File "manage.py", line 2, in <module> from django.core.management import execute_manager ImportError: No module named django Kindly help. Thanks in advance :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---