On Sat, 25 May 2013 12:40:08 -0700 (PDT) Kokas <79papa...@gmail.com> wrote:
> Hello > > When I run the initially created project using the command 'python > manage.py runserver' gives me > Error: [Errno 10013] > > When I run this command though 'python manage.py runserver 8001', then I > can see the site on http://localhost:8001 > > Can you tell me why this happens and what are those 4 digit numbers after > localhost? > The default port that is used by runserver (8000) is already in use by some other application (or you may have started the Django development already in another terminal). The parameter your provided (8001) is used to specify an alternate port on which the development server should listen. You can learn some more from: https://docs.djangoproject.com/en/1.5/ref/django-admin/#runserver-port-or-address-port Best regards -- Branko Majic Jabber: bra...@majic.rs Please use only Free formats when sending attachments to me. Бранко Мајић Џабер: bra...@majic.rs Молим вас да додатке шаљете искључиво у слободним форматима.
signature.asc
Description: PGP signature