django-registration - how do i change example.com in the email? -


i have django-registration setup , sends emails - yay!

however, it's decided ace call site "example.com", not name decided use. cool name, not me.

how change example.com else? read somewhere go admin page - spoiler alert - i've never used admin page in django , not actively planning on (but maybe someday?)

so go admin page - /admin/sites/site/ - , sure enough can see "example.com" , "domain name". what? added sites domain name , "display name", how select use it? deleted example.com!

however, email insists on still sending out example.com. sites read "use admin", don't know if maybe admin broken (which odd, haven't touched it) or if there link i'm missing?

any ideas?

the entry saw on admin/sites/site/ page, example.com , domain name, 1 should edit quickest results (instead of adding new site object).

what's happening?

in settings file, django automatically defines site_id property when create project, default set 1. points example.com site see in admin. if want use site object created, or change site objects later when need functionality, can change site_id property id of site object created. hope helps!


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -