Hey,
I'm trying to get my app up and running. The one thing I'm having a bit of trouble with is getting the static files for the admin page served. Everything works fine on my localhost but not on pythonanywhere.
I mapped the static URLs on the web app page as follows:
/static/admin/ ---> /home/vikramm/.virtualenvs/<virtualenv name>/lib/python2.7/site-pack ages/django/contrib/admin/static/admin/
I did the following for the static files for my app and it works fine: /static/ ---> /home/vikramm/<project directory>/static/
Is there something that I'm missing?
Thanks for your help.
Vikram