You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Okay, stupid question, but how do I source django when jusing jython? I have django installed using pip and jython installed locally. I've built my project using python and after adding "doj" to the installed apps, I get a path error building a war.
$ jython manage.py buildwar
Traceback (most recent call last):
File "manage.py", line 8, in <module>
from django.core.management import execute_from_command_line