eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Bug with multipart domains #120

Open ibarria0 opened 9 years ago

ibarria0 commented 9 years ago

cactus/deployment/s3/domain.py:107

this is incompatible with domains such as .com.pa (panama's domain extension). for example bacon.com.pa will attempt to setup .com.pa

maybe have an option to explicitly pass domain name in config?