Re: is anybody in NYC?

2017-11-05 Thread Huy T
+1 -- Upper West Side. On Sun, Nov 5, 2017 at 5:01 PM, li qiongyao wrote: > is anybody in NYC? > > -- > 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-

Re: Trying to set up a website using Django but something went wrong

2016-08-06 Thread Huy T
Is it in your path? > On Aug 6, 2016, at 11:42 AM, owen wrote: > > I downloaded Django recently and I have all the necessary files (Or at least > I think I do ) > > However when I try to set up a project through this line of code: > > $ django-admin startproject mysite > > In the command p

Re: Django Project Website inaccesible

2014-10-27 Thread Huy T
Works for me and the SSL configuration is fine. Something on your end? On Mon, Oct 27, 2014 at 2:08 PM, Larry Martell wrote: > On Mon, Oct 27, 2014 at 2:06 PM, Dan wrote: > > I've been trying to access https://www.djangoproject.com since Friday, > but > > no matter what browser I use on server

Re: Any position for Django/Python Developer?

2014-06-18 Thread Huy T
If you want to relocate why not select some target cities. Otherwise why not search dice.com (job board) and google perhaps. On Jun 18, 2014, at 11:08 AM, Kannan wrote: > Guys, > I have not got a single reply. > Please let me know where I can search for a remote job or part time job in > Pyth

Re: Big Picture?

2013-07-07 Thread Huy T
Django comes with support via it's backend to various databases. If you're using MySQL 5.0+, Django will support that. The majority of your interaction will be done probably through the ORM (Object Relational Mapping system.) You may want to skim on a very high-level this URL: https://docs.django

Re: linux or windows

2013-05-31 Thread Huy T
Without regarding any other topics, you will find more information dealing with *nix and django/python versus a Windows environment. So from an information perspective, you'd be doing yourself a disservice if you weren't familiar with a unix/linux flavor (not saying you aren't). Also, security is

Re: What is the difference in the 1.5.x branches for instance, vs 1.5

2013-03-25 Thread Huy T
Sun, Mar 24, 2013 at 11:39 PM, Huy T wrote: > >> Is it better practice to pull from 1.5.x vs the master? I am unclear as >> to the difference unless it eventually is rolled into the master. >> >> > 1.5.x branch has bug fixes made after the release of 1.5. It will never b

What is the difference in the 1.5.x branches for instance, vs 1.5

2013-03-25 Thread Huy T
Is it better practice to pull from 1.5.x vs the master? I am unclear as to the difference unless it eventually is rolled into the master. Also, when using pip to install, I am launching the command: pip install -v git+https://github.com/django/django.git@1.5.x But have also seen #egg=django , I