How to serve a static file with django?

2015-12-23 Thread Dan Bikle
*Hi List,* *I am new to django.I read this:https://docs.djangoproject.com/en/1.9/howto/static-files/I did this:cd ~django-admin startproject mysiteI see this in ~/mysite/mysite/settings.pyINSTALLED_APPS = ['django.contrib.admin', 'dj

I solved it...

2014-07-19 Thread Dan Bikle
Hello World again, I debugged my problem. The INSTALL file says this: " AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's site-packages directory " It should say this: " AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's site-packages di

import django fails, what should I look at?

2014-07-19 Thread Dan Bikle
Hello World, I'm curious about working with the dev-version of Django. I want to get skilled at using Django, Python 2.7.8, and virtualenv together. I see this page: https://github.com/django/django/blob/master/INSTALL I installed python and then virtualenv: d...@cen113.dan ~ $ which python