<font size=2 face="sans-serif">While I've been packaging Python apps for
Fedora for a long time, I'm a complete novice to Django. &nbsp;I've just
completed my first app (using the built-in development server) and now
want to get it packaged. &nbsp;Thus far I've followed my normal model of
using setuptools so that everything very cleanly lands in /usr/lib/python2.7/site-packages/my_package.
&nbsp;My Django app is under there, along with other related Python modules
that are used independently of the Django app.</font>
<br>
<br><font size=2 face="sans-serif">I'm not finding any docs in the Fedora
package guidelines and am unaware of existing packages that might serve
as excellent examples. &nbsp;My web searches are turning up lots, but nothing
much specific to Fedora.</font>
<br>
<br><font size=2 face="sans-serif">At the moment, I'm particularly struggling
with how to make my /etc/httpd/conf.d/myapp.conf point to my /usr/lib/python2.7/site-packages/my_package/my_site/wsgi.py
in a good generic RPM spec sense. &nbsp;I'd rather not hard-code the Python
version in myapp.conf.</font>
<br>
<br><font size=2 face="sans-serif">Any pointers would be greatly appreciated.</font>
<br><font size=2 face="sans-serif"><br>
--<br>
John Florian</font>
<br>
<br>