Hi, I am a complete newbie to Django but not to Python and I have to edit a few lines of code in an existing Django project within the next few days. Of corse, I have to do so not in the production- but in a separate development environmet.
I have: 1. a running Django server - the development environmet 2. an export of the existing existing Django project which I have copied into the django_projects folder I also followed the tutorial https://docs.djangoproject.com/en/dev/intro/tutorial01/ . I have created the "mysite" demo project, I have - as far as the console tells me - successfully started it - but I can't see it. All I have to to is get the existing project to run on another machine change a few lines, check it in the browser and be done with it. Any help would be very much apprecíated. Thanks in advance Horst Am 26.04.2013 um 12:11 schrieb Tom Evans: > On Fri, Apr 26, 2013 at 8:54 AM, Christopher Medrela > <[email protected]> wrote: >> Thank you for your feedback. I really appreciate every comment because that >> let me improve my proposal. >> >> 1. First of all, I noticed that the license of django-secure is copyright. >> Google forces us to release code under one of approved license [1], so a >> question to Carl Meyer: do you mind changing license? >> > > The license is BSD 3-clause: > > https://github.com/carljm/django-secure/blob/master/LICENSE.txt > > Cheers > > Tom > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Horst Jäger [email protected] Medienkonzepte http://www.medienkonzepte.de/ Schaafenstr. 25, 50676 Köln, Germany Tel +49 221 93187015 / Fax +49 221 93187029 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
