Grant, Hi 2009/11/10 grant neale <[email protected]>: > > Hi Ishwor, > > I'm in France I'm afraid. > Is there any solution out there for getting the basics up and running
- Download a copy of Django and give it a go. - Extract it to a folder - Run 'python setup.py install'; - Go to django directory - python django-admin.py startproject <foo> - Go to <foo> - python manage.py startapp <bar> - Code away latest greatest app.. Your application logic in views.py, your database models in models.py and your Django template in some HTML file (say templates.html) - Fix your settings.py,urls.py accordingly. - python manage.py runserver - Point your browser to http://127.0.0.1:8000/ All the instructions are already there in the docs if you get confused or something... When you get to a point where you can't do something, ask in the list. Someone should be able to help you out real quick. > and then going into the "beauty contest" later? > Or are you just saying that it's hard, just eat your lunch? It's too easy to call label it 'hard'. This mail took me 2 mins to write. Imagine the possibility with what you can do with Django. Last week, wonderful Peter of SyPy Fame gave a talk on GeoDjango. Twas fun to say the least... > If you ever come to France, I can send you some links on where to > stay. :) Sure nice thing. Thanks. I'll keep note of that :-) -- Regards, Ishwor Gurung --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

