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

Re: Starting up with django

2007-09-26 Thread [EMAIL PROTECTED]
Thank you for fast response... What I mean in 2. was for databrowse with some editable columns. My software is for school management, is a distributed software that let administrative, students and teachers interact with each other. It tracks all the classes, grades... For example it is very

Re: Starting up with django

2007-09-26 Thread Thomas Guettler
Am Mittwoch, 26. September 2007 12:09 schrieb [EMAIL PROTECTED]: > I'm a completely new user, I've a lot of experience in Delphi, C++ > programming, and some on Python, but now I 've the challenge to conver > entirely an application from Delphi to web. The application has in the > magnitude of

Starting up with django

2007-09-26 Thread [EMAIL PROTECTED]
I'm a completely new user, I've a lot of experience in Delphi, C++ programming, and some on Python, but now I 've the challenge to conver entirely an application from Delphi to web. The application has in the magnitude of 1000 tables. I'm evaluating Django and TurboGears. I've a few initial