Re: Installing Django Problem.

2016-07-04 Thread Steve R Burrus
Wel;l everyone I guess that I have met with success as far as connecting to   the Django server a nd configuring the admin BUT there remains A LOT of things about Django I don't know yet.    On Monday, July 4, 2016 2:31 PM, ludovic coues wrote: I could ask you what error you get when ru

Re: Installing Django Problem.

2016-07-04 Thread ludovic coues
I could ask you what error you get when running syncdb. I could tell you to use manage.py createsuperuser. But the best advice anyone can give you is to do a tutorial about django. The django girls one is really great. The one from the official documentation is shorter. Either one will give you a s

Re: Installing Django Problem.

2016-07-04 Thread Steve Burrus
Well I successfully set up the Django server an d then connected to oit BUT I couldn't use that "syncdb" command to then set the pw and username in the admin. On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst wrote: > On 4/07/2016 1:06 PM, Steve Burrus wrote: > >> Well I did tjhis okay "(stevesenv)

Re: Installing Django Problem.

2016-07-04 Thread Hildeberto Mendonça
I strongly recommend this tutorial for beginners: http://tutorial.djangogirls.org/en/ I helped me on my first contact with Django. The girls are doing a great job there. On Mon, Jul 4, 2016 at 6:15 AM, Mike Dewhirst wrote: > On 4/07/2016 1:06 PM, Steve Burrus wrote: > >> Well I did tjhis okay "

Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst
On 4/07/2016 1:06 PM, Steve Burrus wrote: Well I did tjhis okay "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but still the question persists where I go from here? I remember using "django-admin" before. How do I use that? Here is a good place to start ... https

Re: Installing Django Problem.

2016-07-03 Thread Steve Burrus
Well I did tjhis okay "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>pip install django" but still the question persists where I go from here? I remember using "django-admin" before. How do I use that? On Sun, Jul 3, 2016 at 9:32 PM, Mike Dewhirst wrote: > On 4/07/2016 12:01 PM, Steve

Re: Installing Django Problem.

2016-07-03 Thread Mike Dewhirst
On 4/07/2016 12:01 PM, Steve Burrus wrote: well I uyet again am encountering problems with installing the Django server. I managed to get to this point "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>" It looks as though you have successfully got virtualenv working. Therefore the sho

Installing Django Problem.

2016-07-03 Thread Steve Burrus
well I uyet again am encountering problems with installing the Django server. I managed to get to this point "(stevesenv) C:\Users\sbur87\Desktop\steves_dir\stevesenv>" but where exactly do I go from here in installing django? Man y thanx to anyone who can help me with this "trying" problem of