Re: Django Subdomains

2017-02-09 Thread Omar Sarmiento Rolo
;http://www.linkedin.com/in/urievenchen> <http://github.com/urievenchen> > <http://twitter.com/urievenchen> > > On Thu, Feb 9, 2017 at 5:43 PM, Omar Sarmiento Rolo <chicomtz...@gmail.com > > wrote: > >> Hi, I need to make in my web dinamic subdomain,

Django Subdomains

2017-02-09 Thread Omar Sarmiento Rolo
Hi, I need to make in my web dinamic subdomain, a subdomain for each user, but I have no idea how make it I am using the Site Framework but it does work for subdomain, just Domain, at least for me!, I am using Django 1.10 in Windows 7, I have been seing the django-subdomains but it does work

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Rolo
elf to begin with (I can't fault Linode for the DIY approach right now). I have an app running on there with a monitor on it now to keep an eye on things, and I'm sure one day I'll end up on Heroku or something similar, but not quite yet. Rolo. -- Rolo Mawlabaux Wildfish Ltd | http://wildfish.

Re: Writing your first Django app, part 4 - 'CSRF token missing or incorrect.'

2010-01-20 Thread rolo
Karen you're a darling thank you so much. That is indeed what i did, I checked out the Dev version and somehow I ended up at the 1.1 docs. Thanks! On Jan 21, 6:28 am, Karen Tracey <kmtra...@gmail.com> wrote: > On Wed, Jan 20, 2010 at 3:10 PM, rolo <rouxjacq...@hotmail.com> w

Writing your first Django app, part 4 - 'CSRF token missing or incorrect.'

2010-01-20 Thread rolo
Hi Everybody, I am a new django user and this is my first time posting in this group. I have installed Django and have been working my way through the 'Writing your first Django app' series. Everything worked beautifully(the docs are very nice), until I reached the 4th and last part.