Re: Please help in starting up with Django App Template - Just started up with Django

2013-05-05 Thread Aljoša Mohorović
i'm not using windows but if it's in site-packages it will be on PYTHONPATH. check http://docs.python.org/2/using/cmdline.html?highlight=pythonpath#envvar-PYTHONPATH Aljosa -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Please help in starting up with Django App Template - Just started up with Django

2013-05-05 Thread Naveen Singh
I have also attached my folder structure , If you can tell me in which directory to place the classified folder On Sunday, May 5, 2013 11:26:26 PM UTC+5:30, Naveen Singh wrote: > > I created virtual env and installed dependencies using pip but it was not > working , manage.py runserver command

Re: Please help in starting up with Django App Template - Just started up with Django

2013-05-05 Thread Aljoša Mohorović
while virtualenv is activated execute in shell: $ pip install -r requirements.txt requirements.txt is the file located in django-classifieds/requirements.txt which contains list of dependencies required. Aljosa -- You received this message because you are subscribed to the Google Groups

Please help in starting up with Django App Template - Just started up with Django

2013-05-05 Thread Naveen Singh
I am starting on a project for classified ad listing site and found a template to get me started( https://github.com/saebyn/django-classifieds ) , I have worked on front end languages before but this is my first real project on Django framework and i am having tough time even setting up dev