Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

How do I tweak CSS on the Django 1.2.3 admin media? -


i make css-only adjustments admin interface (on rhel box don't have sysadmin privileges to). end, local version of /media/ tweak.

http://docs.djangoproject.com/en/dev/howto/static-files/ (but not http://docs.djangoproject.com/en/1.2/howto/static-files/) suggests running manage.py collectstatic or manage.py findstatic, , django 1.2.3 manage.py not recognize commands. adding 'django.contrib.staticfiles' installed_apps broke things (not found).

i customize css, , way envision doing getting private copy of media django's admin , changing there. best options django 1.2.3 installation?

just go django installation directory, browser django->contrib-> admin-> directory , copy paste media folder django projects media directory.

let have media in project/media statically rendered web /media/. if copy admin media in project/media admin media web url /media/admin/ hence in settings.py file: admin_media_prefix = '/media/admin/'

you may modify css in media directory wish change of admin site.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -