u can just do python manage.py runserver. Then django will create a "server" at localhost:8000 or 127.0.0.1:8000
2012/8/21 Kurtis Mullins <[email protected]> > python manage.py runserver > Then open your browser and goto http://localhost:8000 > > > On Tue, Aug 21, 2012 at 12:43 PM, maha <[email protected]> wrote: > >> .don know what to do after that.. >> >> >>> >>> >>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/django-users/-/m5g03N065jAJ. >> >> 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. >> > > -- > 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. > -- 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.

