Setting The Admin Login.

2017-02-13 Thread Steve Burrus
How do I *go about setting the username/password for the CURRENT version of the Django Server anyway? It used to be easier to do in earlier versions of Django. * -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

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 <mi...@dewhirst.com.au> wrote: > On 4/07/2016 1:06 PM, Steve Burrus wro

Re: Installing Django Problem.

2016-07-03 Thread Steve Burrus
rst.com.au> wrote: > 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>" >

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

how do I .............?

2016-01-13 Thread Steve Burrus
how do I connmect to the Django server on the command line? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post

How To Make Django Models.

2015-09-09 Thread Steve Burrus
*I am sorry thart I don't know much more about Django than I do but could someone please inform me about how do I make a Model? i haven't moved beyond connecting to the Django server yet and configuring the admin.* -- You received this message because you are subscribed to the Google

Re. My Django Book.

2015-07-30 Thread Steve Burrus
* Say I was wondering if anyone else has ever read this particulkar Django book called "Sams Teach Yourself Django in 24 Hours" I checked out of the library yesterday? [yeah I know it's one of the "24 hours" series] Does it really teach the beginner a lot of things concerning Django?* --

Re: Need Django Help Again.

2015-07-22 Thread Steve Burrus
2015 at 1:20 PM, Bill Freeman <ke1g...@gmail.com> wrote: > That's actually a virtualenv mistake, rather than a django mistake. > Whenever things don't behave in a VE try "pip freeze" to see if things are > as you expect. > > On Wed, Jul 22, 2015 at 1:16 PM, Steve

Re: Need Django Help Again.

2015-07-22 Thread Steve Burrus
while longer.* *On Wed, Jul 22, 2015 at 12:03 PM, Bill Freeman <ke1g...@gmail.com <ke1g...@gmail.com>> wrote:* > > > *I presume that you have actually checked for a django-admin.py file in > the Scripts directory?* > > > *On Wed, Jul 22, 2015 at 12:58 PM, S

Re: Need Django Help Again.

2015-07-22 Thread Steve Burrus
thon: can't open file '.\Scripts\django-admin.py': [Errno 2] No such > file or directory".* > > > *On Wed, Jul 22, 2015 at 11:34 AM, Tom Lockhart <tlockhart1...@gmail.com > <tlockhart1...@gmail.com>> wrote:* >> >> >> >> *On Jul 22, 2015, at 09:11, Steve

Re: Need Django Help Again.

2015-07-22 Thread Steve Burrus
:34 AM, Tom Lockhart <tlockhart1...@gmail.com <tlockhart1...@gmail.com>> wrote:* > > > > *On Jul 22, 2015, at 09:11, Steve Burrus <steveburru...@gmail.com > <steveburru...@gmail.com>> wrote:* > *I find myself in ned of help yet again w. django. Just to say &g

Need Django Help Again.

2015-07-22 Thread Steve Burrus
*I find myself in ned of help yet again w. django. Just to say parenthetically I have had this problem before. just what am I doing wrong with the command "**python .\Scripts\ django-admin.py startproject me" to consistently get this error message! Thanx to anyone who helps me. *

Installing Django [Again]

2015-07-09 Thread Steve Burrus
*I know thrat I have appealed for help about this before but I am having problems aGAIN with installing Django. Well I was able to run "pip install django" okay but then I don't know where to go from there! Here is where I am now : (myenv)C:\Users\SteveB\Desktop\myenv>* -- You received this

Re: Python & Django.

2015-07-06 Thread Steve Burrus
0/ Quit the server with CTRL-BREAK. [06/Jul/2015 11:49:02]"GET / HTTP/1.1" 200 1767 [06/Jul/2015 11:49:03]"GET /favicon.ico HTTP/1.1" 404 1934" On Sunday, July 5, 2015 at 10:33:36 AM UTC-5, Steve Burrus wrote: > > *Listen I am having/experiencing some degree of diff

Re: Python & Django.

2015-07-05 Thread Steve Burrus
> *Are you getting an error message? Can you describe what is happening (or > not happening)? Thanks, -A On Sun, Jul 5, 2015 at 8:33 AM, Steve Burrus > <steveburru...@gmail.com <steveburru...@gmail.com>> wrote: > Listen I am > having/experiencing some degree of diffilcul

Python & Django.

2015-07-05 Thread Steve Burrus
*Listen I am having/experiencing some degree of diffilculty in being able to coordinaTE my Pytjhon version with Django. i can easily end up connecting to the [django] server but I have to use python version 2.7.* ins tead of the preferred version 3.4.* ZCan some please help me with this?*

Re: Can't Start Project.

2015-07-01 Thread Steve Burrus
ons), and assuming that you >>> have a correctly configured settings.py (startproject makes one, but you >>> will still have things to enter, such as data base configuration info (like >>> the file to use to back sqlite), or to edit, such as your timezone. >>>

Re: Can't Start Project.

2015-07-01 Thread Steve Burrus
On Wed, Jul 1, 2015 at 3:58 PM, Bill Freeman <ke1g...@gmail.com> wrote: > It sounds like django isn't on your path. If you are running in a > virtualenv, was django pip installed while running in that same environment? > > On Wed, Jul 1, 2015 at 4:26 PM, Steve Burrus <

Re: Can't Start Project.

2015-07-01 Thread Steve Burrus
d to the directory containing manage.py (the project directory), then: > > python manage.py runserver > > On Wed, Jul 1, 2015 at 2:04 PM, Steve Burrus <steveburru...@gmail.com> > wrote: > >> well I was able to create a new project earlier however I am now having >>

Re: Can't Start Project.

2015-07-01 Thread Steve Burrus
] No such file or directory". What's going on for me to get this error? On Wednesday, July 1, 2015 at 10:27:14 AM UTC-5, Steve Burrus wrote: > > I need some help please with tryiong to start a new Django project. Here > is the error message I always get when I try to do

Can't Start Project.

2015-07-01 Thread Steve Burrus
I need some help please with tryiong to start a new Django project. Here is the error message I always get when I try to do this. can someone help me with this? "C:\Users\SteveB\Desktop\steve>.\Scripts\activate (steve) C:\Users\SteveB\Desktop\steve>python .\Scripts\django-admin.py

Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
nyway? On Fri, Jun 26, 2015 at 5:49 PM, Javier Guerra Giraldez <jav...@guerrag.com> wrote: > On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus <steveburru...@gmail.com> > wrote: > > I AM able to create a new virtual env. but I gfet this error message > when I > > try

Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
I AM able to create a new virtual env. but I gfet this error message when I try to create a new project! Do i possibly have to start the DjANgo server first then try to create the new project? It's so dumb that I very recently knew how to do all of this fairly easily but not now. What am I

Re: How To Activate Django Server.

2015-06-25 Thread Steve Burrus
"C:\Users\SteveB\Desktop>python manage.py runserver python: can't open file 'manage.py': [Errno 2] No such file or directory" On Thu, Jun 25, 2015 at 12:00 PM, <ybdra...@gmail.com> wrote: > On 06/25/15 18:07, Steve Burrus wrote: > > I am sorry that I hjave to ask

How To Activate Django Server.

2015-06-25 Thread Steve Burrus
I am sorry that I hjave to ask about this, since I was recently able to do it, but I have to ask how do I go about going from successfully creating a new virtual environment to then being able to connect to the Django server? I have seen countless videos, on youtube, on how this is done but I

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
*to everyone concerned : It's all goo d now! I not only got pip installed I also managed to upgrade it and got django going, and connected to the Server, synched my new database. So that is just about all the help which I require for now.* *On Fri, Jun 5, 2015 at 9:10 PM, dvdhbs

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
15-06-05 20:05 GMT+02:00 Steve Burrus <steveburru...@gmail.com>: > >> well tqhat's okay. I was absolutely struggling to get pip installed >> correctly for quite a long time! I need to see more videos on how to start >> to work with Django. You have any tips about t hat?

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
ermissions of >> C:\Users\SteveB\AppData\Local\Temp and its subdirectories as you can see in >> the PermissionError line (just change the double backslashes (\\) to single >> ones (\). >> >> Is it possible that you run pip with a user other than the one you used >>

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
ee_unsafe onerror(os.unlink, fullname, sys.exc_info()) File "C:\Python34\lib\site-packages\pip\utils\__init__.py", line 73, in rmtree_errorhandler raise PermissionError: [WinError 5] Access is denied: 'C:\\Users\\SteveB\\AppData\\Local\\Temp\\pip-xfly9791-uninstall\\python

Re: how to get get-pip.py

2015-06-05 Thread Steve Burrus
Okay Monte I will certsainly "man up" and start over and try to do what you said. Incidentally I have done the "Add python.exe to the PATH" thing that you suggested but it still failed! I have done all of the configuration the right way but I still simply cannot type "pip" [into the command

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
@gmail.com <mman...@gmail.com>> wrote:* > > > > > > *On Thu, Jun 4, 2015 at 7:15 PM, Steve Burrus <steveburru...@gmail.com > <steveburru...@gmail.com>> wrote:when I try to run Python it comes for me > normally! [ No problem ] I not heard yet about a pip.exe fil

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
; you should try from another terminal ('cmd') instance > > 4. A final advice on python environments - make it a habit to use > virtualenv (pip install virtualenv) and don't use global installs of > packages > > Good luck! > > On Thursday, June 4, 2015 at 9:53:36 PM UTC+3, S

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
it seems like I haVE also seen someone say I should put, into the System path, the Python Lib\site-packages\django\bin or sometjhing like that. On Thu, Jun 4, 2015 at 4:01 PM, memilanuk <memila...@gmail.com> wrote: > On 06/04/2015 01:43 PM, Steve Burrus wrote: > >> but which

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
teve On Thu, Jun 4, 2015 at 3:20 PM, memilanuk <memila...@gmail.com> wrote: > On 06/04/2015 11:53 AM, Steve Burrus wrote: > >> *"Which version of Python did you install?" well up until last nite I >> was using some flavor of Python 3.5. But someone suggest

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
s.html#excursus-setting-environment-variables>* > > > *If you are using a version of Python earlier than 3.4, follow the > instructions found at https://pip.pypa.io/en/latest/installing.html > <https://pip.pypa.io/en/latest/installing.html>* > > *Regards,* > >

Re: how to get get-pip.py

2015-06-04 Thread Steve Burrus
mail.com>> wrote:* > > > > *try this sudo apt-get install python-pip* > > > > *On Thu, Jun 4, 2015 at 8:54 AM, Steve Burrus <steveburru...@gmail.com > <steveburru...@gmail.com>> wrote:* > >> *Well Mikea I hardly did it the first time that I tried but I

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
idn't work! There must be another path to the django install.* * Steve Burrus * *On Wed, Jun 3, 2015 at 9:04 PM, Mike Dewhirst <mi...@dewhirst.com.au <mi...@dewhirst.com.au>> wrote:* > > > > > > > > > > > > > >

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
Steve B. * *On Wed, Jun 3, 2015 at 8:04 PM, Mike Dewhirst <mi...@dewhirst.com.au <mi...@dewhirst.com.au>> wrote:* > > > *On 4/06/2015 8:42 AM, Steve Burrus wrote: * >> >> >> >> * well I am still waiting for an answer to my

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
well I am still waiting for an answer to my earlier post about pip and apparently not configuring it right. On Wed, Jun 3, 2015 at 11:13 AM, Steve Burrus <steveburru...@gmail.com> wrote: > well I am ab;e to install pip okay BUT there must be a config. error > because all that I get

Re: how to get get-pip.py

2015-06-03 Thread Steve Burrus
? [I have set the environment variables the right way for Python I believe] On Tuesday, June 2, 2015 at 6:01:47 PM UTC-5, Steve Burrus wrote: > > how do I get get-pip.py? > > > -- You received this message because you are subscribed to the Google Groups "Django users"

how to get get-pip.py

2015-06-02 Thread Steve Burrus
how do I get get-pip.py? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to

Trouble w. Setting Up Virtual Env.

2015-06-02 Thread Steve Burrus
*I hasve repeatedly tried now to set up the Django Virtual Environment without any success! Just what am I doing wrong anyway?? I am at my "wit's end" trying to figure out what the specific problem is.* *c:\Users\SteveB\Desktop>virtualenv steve1* *Using base prefix 'C:\\Python 3.5'* *New

Where to now??

2015-06-01 Thread Steve Burrus
*Well I successfully instsalled Django 1.8*. After doing the "pip freeze" command in my Win 10 beta command prompt I see that I g ot that version of Django installed. But where do I go from here? How do i launch the server and create my virtual environment?* -- You received this message