Thursday, April 27, 2017

Re: How to set mysql database in setting up django setup in eclipse ?

I will try that. I thought better IDE would simplify the learning curve. But its true it may hide fundamental understanding with some automated support.


On Monday, April 24, 2017 at 7:38:21 AM UTC-7, Derek wrote:
I'd avoid a more complex tool like Eclipse when starting out - and try using a simple text editor like Atom or Sublime Text; that way you get a much more "hands on" understanding of Django.

(Also - maybe don't MySQL when starting out & just stick to SQLite - its fine for learning purposes)

On Sunday, 23 April 2017 20:56:27 UTC+2, Pubudu Goonetilleke wrote:
Hi,
I am very new to web programming and trying to learn ABCs of this whole new thing. I am following some online tutorials and facing some few things that I am trying to understand.
first, when I create dJango (1.11) project in eclipse (Neon 3) in pyDev (latest), I set data base information as follows : 



new my issue is that when I open the settings.py it does not show the setting as I expect.
it is like follows :



what I expect as per the tutorials is as follows : (I manually typed it)



I know I could type this into the setting.py, but trying to understand why does it not create that automatically during setup since that information is already entered in the dialog.

Thank you for the help in advance.


Thanks,

Pubudu





--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/753cfc76-fecb-4ea0-a377-4aea8ba63b78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment