Changes between Version 64 and Version 65 of IrcFAQ
- Timestamp:
- Apr 15, 2008, 12:28:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v64 v65 90 90 If you're running Apache, read this: http://www.djangoproject.com/documentation/modpython/#serving-media-files 91 91 92 == Do I really have to restart Apache every time I change my code in order to see my changes? == #UseTheDevServer 93 94 In short, yes. Apache is great for deployment, but generally not the best choice for development -- use the [http://www.djangoproject.com/documentation/django-admin/#runserver-optional-port-number-or-ipaddr-port built in development server instead]. It automatically reloads when it detects code changes. 95 92 96 == Do I have to hard-code my media URL in all my templates for CSS, images and Javascript? == #MediaURL 93 97