Re: Pythonanywhere Hosting issue

2018-03-29 Thread James Farris
Where is your DNS records stored? Godaddy or pythonanywhere. It sounds like the 
dns records are coming from godaddy since that’s the page you see when you load 
the site. 

The way I was taught is you point your cname to an A record which points to the 
server where your doc root is. It sounds like the A record and/or namespace is 
pointing to godaddy. The namespace identifies where the dns records live. 

A - points to server I.e. pythonanywhere.com
CNAME - points to an alias i.e. webapp- on pythonanywhere.com

Hope that helps. 



Sent from my mobile device

> On Mar 29, 2018, at 10:47 AM, Jani Tiainen  wrote:
> 
> Hi,
> 
> This is not issue with Django nor has anything to do with it.
> 
> You need to contact either pythonanywhere.com or godaddy about your DNS 
> issues.
> 
>> On Thu, Mar 29, 2018 at 8:14 PM, yingi keme  wrote:
>> Hello, 
>> 
>> my site is hosted on pythonanywhere.com. As per this tutorial 
>> https://help.pythonanywhere.com/pages/UsingANewDomainForExistingWebApp
>> 
>> I have changed the previous configuration from username.pythonanywhere.com 
>> to www.mydomain.com. There was a CNAME value webapp-.pythonanywhere.com
>> 
>> I bought my domain name from godaddy registrar. I am having an issue with 
>> managing DNS record. When i try to add the record
>> 
>> Type: CNAME
>> Host: www
>> Points to: webapp-.pythonanywhere.com
>> TTL: 1 Hr
>> 
>> It says "The specified CNAME already exist in the zone". 
>> 
>> And then when i try to load www,mydomain.com, it shows a page from the 
>> godaddy site instead of my HomePage
>> 
>> Please anyhelp will be appreciated
>> -- 
>> 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 https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/76b6f86a-35a1-4a0f-ad5b-70f689dcfe6e%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> -- 
> Jani Tiainen
> 
> - Well planned is half done, and a half done has been sufficient before...
> -- 
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAHn91ocgp_CGarPNt8K3R5zkhO7r-ErT4F8UP2uM1%2BWki_qonA%40mail.gmail.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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/84DB70AC-04CF-4134-A154-24E6B6032346%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pythonanywhere Hosting issue

2018-03-29 Thread Jani Tiainen
Hi,

This is not issue with Django nor has anything to do with it.

You need to contact either pythonanywhere.com or godaddy about your DNS
issues.

On Thu, Mar 29, 2018 at 8:14 PM, yingi keme  wrote:

> Hello,
>
> my site is hosted on pythonanywhere.com. As per this tutorial
> https://help.pythonanywhere.com/pages/UsingANewDomainForExistingWebApp
>
> I have changed the previous configuration from username.pythonanywhere.com
> to www.mydomain.com. There was a CNAME value
> webapp-.pythonanywhere.com
>
> I bought my domain name from godaddy registrar. I am having an issue with
> managing DNS record. When i try to add the record
>
> Type: CNAME
> Host: www
> Points to: webapp-.pythonanywhere.com
> TTL: 1 Hr
>
> It says "The specified CNAME already exist in the zone".
>
> And then when i try to load www,mydomain.com, it shows a page from the
> godaddy site instead of my HomePage
>
> Please anyhelp will be appreciated
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/76b6f86a-35a1-4a0f-ad5b-70f689dcfe6e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHn91ocgp_CGarPNt8K3R5zkhO7r-ErT4F8UP2uM1%2BWki_qonA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Pythonanywhere Hosting issue

2018-03-29 Thread yingi keme
Hello, 

my site is hosted on pythonanywhere.com. As per this 
tutorial https://help.pythonanywhere.com/pages/UsingANewDomainForExistingWebApp

I have changed the previous configuration from username.pythonanywhere.com 
to www.mydomain.com. There was a CNAME value webapp-.pythonanywhere.com

I bought my domain name from godaddy registrar. I am having an issue with 
managing DNS record. When i try to add the record

Type: CNAME
Host: www
Points to: webapp-.pythonanywhere.com
TTL: 1 Hr

It says "The specified CNAME already exist in the zone". 

And then when i try to load www,mydomain.com, it shows a page from the 
godaddy site instead of my HomePage

Please anyhelp will be appreciated

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/76b6f86a-35a1-4a0f-ad5b-70f689dcfe6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.