Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-28 Thread 'Peter Müller' via Django users
t; > If I could I would gladly rewrite the tutorial. But sadly I do not have > > enough time to do so. > > Maybe... it's a good thing you don't have time really > > On 1/28/17, 'Peter Müller' via Django users > > wrote: > > > > If I c

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-28 Thread 'Peter Müller' via Django users
r tucked onto existing > code - but it certainly is one of the top tutorials for a framework I've > seen. > > > > On Friday 27 January 2017 10:27:46 'Peter Müller' via Django users wrote: > > > What do you mean by PR? > > > > > > Am F

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-27 Thread 'Peter Müller' via Django users
What do you mean by PR? Am Freitag, 27. Januar 2017 18:32:23 UTC+1 schrieb Melvyn Sopacua: > > On Monday 16 January 2017 07:49:00 'Peter Müller' via Django users wrote: > > > > > Also I used the tutorial just that I abstracted the concept since I > >

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-27 Thread 'Peter Müller' via Django users
+1 schrieb Vijay Khemlani: > > The only "custom include" in Django is for loading other url files > > The rest of the imports are typical Python module / packages > > On 1/17/17, 'Peter Müller' via Django users > > wrote: > > Ah I now

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-17 Thread 'Peter Müller' via Django users
a new urls file in that sub directory. And suddenly everything works fine. Thanks everyone Am Dienstag, 17. Januar 2017 08:01:41 UTC+1 schrieb Michal Petrucha: > > On Mon, Jan 16, 2017 at 12:23:09PM -0800, 'Peter Müller' via Django users > wrote: > > Am Montag, 16. Janu

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-16 Thread 'Peter Müller' via Django users
e views file. > > > > *From:* 'Peter Müller' via Django users [mailto:django...@googlegroups.com > ] > *Sent:* Monday, January 16, 2017 2:23 PM > *To:* Django users > *Subject:* Re: Am I stupid or is there an essential error in Django 1.10 > Docs? > > > >

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-16 Thread 'Peter Müller' via Django users
t; > Because you first have to create you project with "django-admin.py > startproject " and then within that created directory run > either "./manage.py startapp " or "django-admin.py startapp > ". > > Regards, > > Andréas > > 2017-01-16 21

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-16 Thread 'Peter Müller' via Django users
Well else python doesn't find the view.py file? Am Montag, 16. Januar 2017 21:20:53 UTC+1 schrieb Daniel Roseman: > > On Monday, 16 January 2017 15:53:56 UTC, Peter Müller wrote: >> >> For the traceback: http://pastebin.com/Wy7And6M >> And the views configuration: http://pastebin.com/q0V3bQay >> >

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-16 Thread 'Peter Müller' via Django users
For the traceback: http://pastebin.com/Wy7And6M And the views configuration: http://pastebin.com/q0V3bQay thanks Peter Am Montag, 16. Januar 2017 15:53:42 UTC+1 schrieb Daniel Roseman: > > On Sunday, 15 January 2017 18:03:54 UTC, Peter Müller wrote: >> >> Hello everybody. >> >> >> I just began

Re: Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-16 Thread 'Peter Müller' via Django users
blindly copying code. Thanks Peter Am Sonntag, 15. Januar 2017 22:11:30 UTC+1 schrieb Mike Dewhirst: > > On 16/01/2017 5:01 AM, 'Peter Müller' via Django users wrote: > > Hello everybody. > > > > > > I just began learning how to use django. So I wanted t

Am I stupid or is there an essential error in Django 1.10 Docs?

2017-01-15 Thread 'Peter Müller' via Django users
Hello everybody. I just began learning how to use django. So I wanted to include data from the database in a testwebsite. Therefore I made a new app and created a model called "user" and a view that should fill a template with data from that model. To do this (according to Django 1.10 Docs/Tuto