Re: Django environment setup path problem

2013-02-13 Thread Yussi
I see what you're doing, (It did take me half an hour of staring at your email though) The steps are: $django-admin startproject myproj $cd myproj $vi myproj/settings.py than add your databases than run $./manage.py syncdb not django-admin syncdb On 13/02/13 13:54, Bill Freeman wrote: How are

Re: Questions about vim

2013-02-13 Thread Yussi
/ but there are others like https://github.com/fisadev/fisa-vim-config or http://sontek.net/blog/detail/turning-vim-into-a-modern-python-ide 2013/2/12 Yussi mailto:uc.dev.n...@gmail.com>> On 12/02/13 14:52, Ryan Nowakowski wrote: On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi

Re: Questions about vim

2013-02-12 Thread Yussi
On 12/02/13 14:52, Ryan Nowakowski wrote: On Tue, Feb 12, 2013 at 11:22:54AM +, Yussi wrote: Hi, I was wondering if there are any vim users here who managed to get a productive working environment for django here. I looked at the manuals, and set myself up with tags, omni complete, and

Questions about vim

2013-02-12 Thread Yussi
Field etc, I am still new to django, and i really don't remember enough to free code everything. any other tip of using vim with django would be appreciated. thanks, Yussi -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

Re: Any good books for learning django?

2013-02-08 Thread Yussi
On 08/02/13 16:54, Mike wrote: Thanks for the recommendation! I just bought it and spent five minutes browsing and already I learned a lot. Here's a few chapters that I'll read right away: Security best practices Django app design When to use function based views or class based views Deploying

Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Yussi
Does manage.py dbshell shows the tables? are you sure syncdb worked? what output did it give? settings.py have the database configured properly? sorry, I'm a django newb too. On 06/02/13 15:42, Black9design.com wrote: Depending on your project structure You may want to try adding the project na