Re: Payments

2021-02-11 Thread Gladson Simplício Brito
Tell us which payment methods are accepted in your country Em qui., 11 de fev. de 2021 às 04:52, MUGOYA DIHFAHSIH escreveu: > Hey djangonistas, > Currently i have implemented an ecommerce site using the django-oscar > package and everything is working perfectly. > > I want to include a payment

Re: Django tutorial with eCommerce solution

2014-10-22 Thread Gladson Simplício Brito
http://tangentlabs.github.io/django-oscar/ http://www.satchmoproject.com/ http://satchless.com/ https://www.django-cms.org/en/e-commerce/ http://cartridge.jupo.org/ 2014-10-21 22:10 GMT-04:00 Ezequiel Bertti : > Try this: > > http://www.getlfs.com/ > > On Tue, Oct 21, 2014

How to insert an inline in admin with the simple model without fk?

2014-08-30 Thread Gladson Simplício Brito
class Infos(Model): created = DateTimeField(auto_now_add=True)modified = DateTimeField( auto_now=True) name = CharField(max_length=255, blank=False, null=False) phone = CharField(max_length=255, blank=False, null=False) address = CharField(max_length=255, blank=False,

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
an email with what I need, ok? :) > > Thanks again! > > Leandro > > > > On Monday, April 7, 2014 8:43:06 PM UTC+2, Gladson Simplício Brito wrote: > >> Try these: >> https://pypi.python.org/pypi?%3Aaction=search=formset=search >> >> If not, tell

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
r this? > > Thanks for the feedback! > > Leandro > > > On Mon, Apr 7, 2014 at 7:33 PM, Gladson Simplício Brito < > gladsonbr...@gmail.com> wrote: > >> The project was migrated to another repository: >> >> https://github.com/elo80ka/django-dy

Re: Django Dynamic Formsets

2014-04-07 Thread Gladson Simplício Brito
The project was migrated to another repository: https://github.com/elo80ka/django-dynamic-formset 2014-04-07 13:13 GMT-04:00 Leandro Alves : > Hi, > > I wonder if anyone knows of any example of django-dynamic-formsets [1] > that works with Django 1.6? > > So far all I found

Re: AUTH_USER_MODEL refers to model 'registration.RegistrationProfile' that has not been installed

2013-09-19 Thread Gladson Simplício Brito
Sorry I deleted the file, but are here: https://gist.github.com/gladson/9426052311ffe0e234e8 2013/9/19 Gladson Simplício Brito <gladsonbr...@gmail.com> > Solved: > from registration.models import RegistrationProfile as User > > > 2013/9/19 Gladson Simplício Brito &l

Re: AUTH_USER_MODEL refers to model 'registration.RegistrationProfile' that has not been installed

2013-09-19 Thread Gladson Simplício Brito
Solved: from registration.models import RegistrationProfile as User 2013/9/19 Gladson Simplício Brito <gladsonbr...@gmail.com> > Django Version:1.5.4 > Exception Type:ImproperlyConfigured > Exception Value: > AUTH_USER_MODEL refers to model 'registration.RegistrationProfile' t

AUTH_USER_MODEL refers to model 'registration.RegistrationProfile' that has not been installed

2013-09-19 Thread Gladson Simplício Brito
Django Version:1.5.4 Exception Type:ImproperlyConfigured Exception Value: AUTH_USER_MODEL refers to model 'registration.RegistrationProfile' that has not been installed https://gist.github.com/gladson/d2731f4587c4524f90b8 Works on my local machine, in ubuntu, but Webfaction of this error. Do not

Re: [ANNOUNCE] Security releases issued -- vulnerability in the wild

2013-09-15 Thread Gladson Simplício Brito
https://pypi.python.org/pypi/Django 2013/9/15 Rahul Gaur > Hi , > I am using django==1.4.8 for my project , these new fixes are available > with pip yet or we need to install the latest build manually ? > > Regards, > Rahul > > > On Sun, Sep 15, 2013 at 12:18 PM, James

Re: Email Validation when adding a user to the backend

2013-09-09 Thread Gladson Simplício Brito
I tell you to upgrade to django 1.5 But to solve palliation: https://github.com/GoodCloud/django-longer-username 2013/9/9 Russell Keith-Magee > Hi, > > If you're using Django 1.1, you're probably hitting up against the 30 > character limit for usernames. first

Re: html to pdf

2013-07-28 Thread Gladson Simplício Brito
use this: http://weasyprint.org/ 2013/7/28 Victor Rocha > Shameless plug but you could use this: > https://github.com/rochapps/django-pdf > > -victor > > On Sunday, July 28, 2013 3:50:41 AM UTC-4, Harjot Mann wrote: >> >> Hello Everyone >> >> I am using Reportlaba nd pisa

Re: forloop breaking

2013-06-26 Thread Gladson Simplício Brito
http://docs.python.org/2/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops 2013/6/27 vijay shanker > You are looking for "break" > > On Wednesday, June 26, 2013 8:39:58 PM UTC+5:30, Harjot Mann wrote: >> >> What are the methods to break

Re: Cant get to admin login page

2013-06-06 Thread Gladson Simplício Brito
you forgot: https://docs.djangoproject.com/en/dev/intro/tutorial01/#database-setup configs in settgins.py manage.py syncdb 2013/6/6 Rebecca > I'm on part 2 of the django book tutorial ( > https://docs.djangoproject.com/en/dev/intro/tutorial02/) and am trying to > get onto

Re: django , python and ides

2013-06-03 Thread Gladson Simplício Brito
Would be the next to sublime text? http://brackets.io/ My opinion: yes! 2013/6/3 Marcin Szamotulski > Hi, > > If you want to learn a bit and use editor which will help you a lot my > advice would be to use vim. I use it for a long time, and I am very > satisfied with what

Re: How is fatcow for django hosting?

2013-02-03 Thread Gladson Simplício Brito
https://www.digitalocean.com 2013/2/3 Ashwin Kumar > i use amazon. its easy, fast, cheap, with full controll. > > this month my bill is 0$ as its free for 1yr > > With Best > -Ashwin. > +91-9959166266 > > > On Sat, Feb 2, 2013 at 11:16 AM, Mike

Re: Converting Django app into a Desktop app

2012-12-19 Thread Gladson Simplício Brito
http://portablepython.com/ 2012/12/18 Chris Cogdon > Personally, I'd prefer something that didn't require packaging up > additional programs (xampp and python, in this example). > > It should be _perfectly possible_ to find a native-python moderate > performance webserver,

Re: /static/ 404

2012-10-09 Thread Gladson Simplício Brito
# coding: utf-8DEBUG = False or True ?TEMPLATE_DEBUG = DEBUG if false, it has to serve files with apache, nginx, etc... if true, and to operate... 2012/10/9 Jaap van Wingerde > settings.py: > "STATIC_URL = 'http://jaap.custard.shrl.nl:8000/static/' > > # Additional

Re: Django on Bluehost

2012-09-25 Thread Gladson Simplício Brito
https://www.appfog.com/ 2012/9/24 Babatunde Akinyanmi > If cloud, I like dotcloud > > On 9/24/12, Alec Taylor wrote: > > You will probably crap-out with Bitbucket. Go to a cloud provider > instead. > > > > For example, Red Hat OpenShift offers

Re: E-commerce package

2012-09-04 Thread Gladson Simplício Brito
http://www.merengueproject.org/ http://www.satchmoproject.com/ http://www.getlfs.com/ 2012/9/4 Randa Hisham > Iam developing an e-commerce website,lookig for a good django package > any recommends? > > -- > Randa Hesham > Software Developer > > Twitter:@ro0oraa