ImportError at/ No module name

2012-12-20 Thread djangobie
Hi, I have just started practicing a tutorial for buidling a basic blog ( http://www.djangorocks.com/tutorials/how-to-create-a-basic-blog-in-django/starting-your-application.html ) Did exactly the same (except, using 'djangopractice' as project name instead of 'djangorocks') Actually It also d

Re: Django community, is it active?

2012-12-20 Thread djangobie
Great question, and welcome to the group. I found quite few helpful posts here. and as per stats there are around 1k+ new posts every month. Me too, looking forward to some good blogs. -http://lincolnloop.com/blog/categories/django/ (Technical articles) -http://jacobian.org/writing/ (General to Te

Re: ImportError at/ No module name

2012-12-20 Thread djangobie
Can someone kindly look into this. On Thursday, December 20, 2012 6:27:42 PM UTC+5, djangobie wrote: > > Hi, I have just started practicing a tutorial for buidling a basic blog ( > http://www.djangorocks.com/tutorials/how-to-create-a-basic-blog-in-django/starting-your-applica

Re: ImportError at/ No module name

2012-12-20 Thread djangobie
I appreciate your response, but it cannot be the case, as my app is present in top level dir along with manage.py and project file container i.e. 'djangopratice': *my dir structure is:* -- djangopractice- -

Re:

2012-12-22 Thread djangobie
My recommendations (as you're at the starting point, 'd be easy to adjust), don't place your 'Templates' folder in app folder, but place it one level up i.e. *Basic Project map:* -- myproject/- --mypro

Re:

2012-12-22 Thread djangobie
as you're practicing the exactly the 'building the first app' tutorial, you've placed your templates wrong. Move your 'Templates' folder one directory UP. On Saturday, December 22, 2012 9:46:16 AM UTC+5, vinoth kumar renganathan wrote: > > i am new user to django .and i don't know how to add

Re: ImportError at/ No module name

2012-12-25 Thread djangobie
s a > module<http://effbot.org/pyfaq/what-is-init-py-used-for.htm> > . > > You can also run `python manage.py validate` when debugging these sort of > issues instead of running the local server as a faster feedback loop. > > Let us know how you go. > > Cheers, >

Minimilisticaly: Deploying Django using Nginx on Ubuntu 12.10

2012-12-26 Thread djangobie
Hi all, I am trying to deploy my Django project using Nginx, tried various tutorials. All of them are filled bunch of dependencies and requirements. Here I am looking forward to a simple (in sure way minimilistic), procedure to do so i.e. deploying my Django project (*mysite1*) and (*mysite2*)

Re: Minimilisticaly: Deploying Django using Nginx on Ubuntu 12.10

2012-12-27 Thread djangobie
ed Nginx (configured), and now I want to test my Django project (*mysite1* with *myapp1*) at my localhost root (var/www). Thanks On Thursday, December 27, 2012 10:08:15 PM UTC+5, donarb wrote: > > > > On Wednesday, December 26, 2012 11:26:12 PM UTC-8, djangobie wrote: >> >>

Re: New at programming.

2013-01-07 Thread djangobie
For Django, you just have to set it in your project's settings.py module. You can find it. yourProject-->yourProject -->settings.py open it with any editor (Notepad++), and set it as stated in the tutorial. Thanks On Tuesday, January 8, 2013 12:11:08 AM UTC+5, Bugra Bircan wrote: > > Hi everybod

Re: HTML Source on Browser Rendering

2013-01-07 Thread djangobie
Than is the issues, as it 'll display the content (inside it) as it is .. making it preformated. can't guess how you got your code wrapped in it in the first place. Thanks On Tuesday, January 8, 2013 6:29:53 AM UTC+5, Ryoichiro Kamiya wrote: > > Thanks jjmutumi, stauros! > > I am not using "aut

Re: HTML Source on Browser Rendering

2013-01-07 Thread djangobie
Than is the issues, as it 'll display the content (inside it) as it is .. making it preformated. can't guess how you got your code wrapped in it in the first place. Thanks On Tuesday, January 8, 2013 6:29:53 AM UTC+5, Ryoichiro Kamiya wrote: > > Thanks jjmutumi, stauros! > > I am not using "aut