Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Yes, it’s free. On Friday, August 4, 2023 at 10:28:55 AM UTC-4 Dennis Kinanga wrote: > You mean it's freee > > On Aug 4, 2023 17:25, "Andrei Copelet" wrote: > > Hi, > You can deploy on https://fly.io. > > On Thursday, July 20, 2023 at 5:58:24 AM UTC

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, recommend this one :https://fly.io On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, You can deploy on https://fly.io. On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: Setting debug=false is no workig

2021-11-07 Thread Andrei Rolando León Salas
it was in the local.py i forgot to do the complete search. Thank you very much! El domingo, 7 de noviembre de 2021 a la(s) 17:58:07 UTC-6, Jason escribió: > eep, that's a really old version. > > what I'd do is > > • grep your project to make sure you're not defining DEBUG anywhere else > • en

Setting debug=false is no workig

2021-11-07 Thread Andrei Rolando León Salas
Hi. i have a production site where i am using wsgi.py to show my django project. i have my settings with DEBUG = False, but when i enter a non existant route, it shows all the debug information, and it says that it has debug = true. as far as i know it should be showing error 500 and send an em

Using django to translate html

2014-11-10 Thread Andrei Balasanov
What is the best route to localize HTML using django? There is a clear documentation what to do with the views/templates and javascript, however we have a set of the html files that are requiring localization. If we move them to the template folder to use template localizatioin there will nee

Djamgo wizard problem

2014-08-28 Thread Mihai Andrei Gabara
Hi! who can help me with "wizard" problem. i have 7 steps. every step have the "next" and "back" buttons. the back button works up to the 4 step, in the next steps, it return me an error. when i finish the steps, it starts a new wizard but i need to change page. -- You received this message be

Re: Django throws ImproperlyConfigured error when loading URLconf on startup

2013-03-20 Thread Andrei
Hi again, I have managed to run into the issue on a project not using Django CMS. It also runs gunicorn with gevent. Andrei On Thursday, November 29, 2012 12:03:10 AM UTC+1, Michael Dippery wrote: > > I have a Django app running on a production server. It is handled with > gunico

Re: Django throws ImproperlyConfigured error when loading URLconf on startup

2013-02-15 Thread Andrei
gunicorn==0.14.6 Andrei On Monday, December 3, 2012 6:48:12 AM UTC+1, Garth Cumming wrote: > > I've noticed this same behaviour as well but only with a higher loaded > production server and using the gunicorn gevent class, i've never seen this > happen with a sync class. >

Django UnicodeEncodeError in errorlist

2012-04-26 Thread Andrei
endering the message from the first one. Am I mistaken? Django version: 1.3.1 (but this seems to happen in 1.4 as well) Full traceback: https://raw.github.com/gist/2499077/ba60cb752acdb429dd6c2814ffb24272037a367a/UnicodeEncodeError.txt http://stackoverflow.com/questions/10332674/django-unicodeencodeerro

Re: Preventing spam attacks on Ajax views

2008-11-29 Thread Andrei Eftimie
Probably best thing would be to have accounts... On Nov 29, 12:27 am, Julien Phalip <[EMAIL PROTECTED]> wrote: > Hi, > > I'm building a rating app, so people can rate any kind of object (e.g. > a video, a news entry, etc.). The rating is done anonymously (there's > no user account on that site)