Re: How do you link your Django project to a domain

2015-01-27 Thread François Schiettecatte
I would not recommend godaddy.com, they try really hard to upsell you, I use 
hover.com and I have also heard good things about domain.com

François

> On Jan 27, 2015, at 3:09 PM, Collin Anderson  wrote:
> 
> I use namecheap, but yes, domains.google.com has a nice user interface.
> 
> On Saturday, January 24, 2015 at 8:22:33 AM UTC-5, patrickbeeson wrote:
> You might also check out Google's recently launched domain registrar at 
> domains.google.com.
> 
> On Saturday, January 24, 2015 at 2:01:43 AM UTC-5, djangocharm2020 wrote:
> pretty much have a project built but now want to purchase a domain to link it 
> live . Do you guys have any suggestions on who i should go with like 
> godaddy.com.
> 
> I also need to know is there a special step or code that is needed to add to 
> the project?
> 
> Thanks 
> 
> -- 
> 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 django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/d49b77bc-a760-4867-8611-0f80cac9717c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1F417922-3648-49B7-B64D-F555F6376E79%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do you link your Django project to a domain

2015-01-27 Thread Collin Anderson
I use namecheap, but yes, domains.google.com has a nice user interface.

On Saturday, January 24, 2015 at 8:22:33 AM UTC-5, patrickbeeson wrote:
>
> You might also check out Google's recently launched domain registrar at 
> domains.google.com.
>
> On Saturday, January 24, 2015 at 2:01:43 AM UTC-5, djangocharm2020 wrote:
>>
>> pretty much have a project built but now want to purchase a domain to 
>> link it live . Do you guys have any suggestions on who i should go with 
>> like godaddy.com.
>>
>> I also need to know is there a special step or code that is needed to add 
>> to the project?
>>
>> Thanks 
>>
>

-- 
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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d49b77bc-a760-4867-8611-0f80cac9717c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do you link your Django project to a domain

2015-01-24 Thread patrickbeeson
You might also check out Google's recently launched domain registrar at 
domains.google.com.

On Saturday, January 24, 2015 at 2:01:43 AM UTC-5, djangocharm2020 wrote:
>
> pretty much have a project built but now want to purchase a domain to link 
> it live . Do you guys have any suggestions on who i should go with like 
> godaddy.com.
>
> I also need to know is there a special step or code that is needed to add 
> to the project?
>
> Thanks 
>

-- 
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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2e5ca5a2-9d1c-4b6d-8820-1f7957ace0da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do you link your Django project to a domain

2015-01-24 Thread Majo
I'd say compare prices and then decide (For example, check out 
uniteddomains.com. A .com sets you back $9.99/year there.). If you're 
planning to get something more exotic than .com or .org, etc. You might be 
able to save some money by going for a local provider (e.g. if you want a 
.de, register with a German provider like Hetzner or 1&1). If you plan to 
host your project on AWS, you might want to consider getting the domain 
there. I just read that you can register domains through their DNS service 
Route53.

You won't need any "special" step regarding your Django code. Set up a 
server that listens to your domain. Get your virtualenv running, just as 
you would on your local dev machine, and make sure that the ALLOWED_HOSTS 
setting contains your domain(s). Do a quick read on static files 
and you should 
be good to go.

Hope that helps. Have fun!

On Saturday, January 24, 2015 at 8:01:43 AM UTC+1, djangocharm2020 wrote:
>
> pretty much have a project built but now want to purchase a domain to link 
> it live . Do you guys have any suggestions on who i should go with like 
> godaddy.com.
>
> I also need to know is there a special step or code that is needed to add 
> to the project?
>
> Thanks 
>

-- 
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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8fc0206e-8e2e-48a7-8961-50a925796381%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do you link your Django project to a domain

2015-01-23 Thread djangocharm2020
pretty much have a project built but now want to purchase a domain to link 
it live . Do you guys have any suggestions on who i should go with like 
godaddy.com.

I also need to know is there a special step or code that is needed to add 
to the project?

Thanks 

-- 
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 django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fd85190a-2417-4a27-bf1e-2762fb3feb8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.