Re: Django in Linux set image

2018-12-12 Thread pujiarahman
Hi all, i will tray it.. thanks for your attention Pada Senin, 10 Desember 2018 19.46.28 UTC+7, Riska Kurnianto menulis: > > in staging or production env, You need to specify STATIC_ROOT in > settings.py and run "manage.py collectstatic". > > > > On Mon, 10 Dec 2018, 10:28 pujiarahman > wro

Re: Django in Linux set image

2018-12-10 Thread Riska Kurnianto
in staging or production env, You need to specify STATIC_ROOT in settings.py and run "manage.py collectstatic". On Mon, 10 Dec 2018, 10:28 pujiarahman Hi all, > > i have instaled django in ubuntu, > i have image and i put in folder (*img*), the locate is > > blog > urls.py > views.py > admin.py

Re: Django in Linux set image

2018-12-10 Thread PASCUAL Eric
Hi, Which server are you using ? Is is runserver ? When running in debug mode, it serves statics, but not when debug mode is turned off. If you Google with "django runserver static debug" you'll get this hit in the very first ones : https://stackoverflow.com/questions/5836674/why-does-debug-

Re: Django in Linux

2009-04-21 Thread don ilicis
2009/4/21 galileo > > How we use Django in Linux? > > > > http://docs.djangoproject.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googl

Re: Django in Linux

2009-04-21 Thread bcurtu
If you use ubuntu, it comes with python2.5. That's even easier. Follow the installation guide: http://docs.djangoproject.com/en/dev/intro/install/#intro-install and the rest of documentation: tutorials... here: http://docs.djangoproject.com/en/dev/ On Apr 21, 9:51 am, galileo wrote: > How w