Define Meta attributes at runtime

2011-09-30 Thread Isaac
ss, but without overriding framework file, because it can cause many trouble in any update. Anyone know how I can access them? To set an example: folder1 __init__.py models.py from folder1.models import ModelTrouble ModelTrouble.Meta.verbose_name = "my_verbose_name" Thanks

Looking for 4b gateway implementation

2011-10-07 Thread Isaac
Hi folks, I'm looking for a django app or python package to interact with 4b gateway. I know there are others implemented, like sermepa or paypal, but can't find anyone with 4b. Anyone know something about it? Thanks in advance, Isaac -- You received this message becau

Set order from admin

2011-08-10 Thread Isaac
Hi folks, I've having trouble to find a clear solution to my problem. All I want is to set a relation between 2 classes, and set filter order from admin to the rest of queries. pseudocode: Class A has_many B Class B foreign_key A And then, I want to retrieve B objects from a given A

Adding new js to admin

2011-08-11 Thread Isaac
Hi there folks, I'm trying to add raw tinyMCE support for my project. I don't want to use the django-tinymce app, as it introduces some features that I don't want to load in my project. I followed instructions from https://code.djangoproject.com/wiki/AddWYSIWYGEditor and can't get it working.

Showing per-user information in admin

2011-08-12 Thread Isaac
Hi dudes, I'm having trouble at finding a solution for my problem. All I want to do is tune django admin to show, for a given user an a given model, only instance related to that user. my pseudocode class User ... class A foreign_key User A1 related to User1 A2 related to User1 A3 r

Problem with translations

2011-08-17 Thread Isaac
Hi folks, I'm having a problem with a single module and its translations. This module has some lazy translation (the same as other modules), but in admin, it spreads an error. Error is the following: TemplateSyntaxError at /admin/tieredpricing/pricingtier/add/ Caught TypeError while rendering

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-03 Thread Isaac
Send the screenshot of your wsgi.py file On Tuesday, 4 August 2020 05:47:29 UTC+1, Phan Nguyen wrote: > > > > On Tuesday, August 4, 2020 at 11:42:32 AM UTC+7, Phan Nguyen wrote: >> >> *So I was be able to work with Django very well the past weeks. But >> certainly, I manually moved a 'src' folde

Multiple websites but one authentication system

2021-08-26 Thread Isaac
Am working on a company website and there will be having more websites as time goes on, they don't want to be creating authentication system in each of their website. To avoid stress in creating multi account on these platform, there is a need to have one website that will do everything relatin

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac
: > My suggestion is that you can create a single entry where after login the > system redirects users to the home page containing all these domains as > icons and then the user selects the one he wants. > > On Thu, 26 Aug 2021 at 10:18, Isaac wrote: > >> Am working on a c

Re: ANN: django-currencies 0.2.2

2010-12-03 Thread Isaac XxX
Nice app! I will keep an eye to it, maybe it can be useful for one of my projects On Fri, Dec 3, 2010 at 11:17 AM, Panos Laganakos wrote: > Description: > > django-currencies allows you to define different currencies, and > includes template tags/filters to allow easy conversion between them. >

Re: Trouble with stockphoto

2007-01-16 Thread Isaac Alston
photo/photo/2/photos/2007/01/11/Family-2006-09-10_012.jpg for example. Here is my settings.py: http://dpaste.com/4717/ ; of particular note are STOCKPHOTO_BASE and STOCKPHOTO_URL which may be causing this. Any advice would be appreciated. Thanks, -- Isaac --~--~-~--~~~--

Re: Trouble with stockphoto

2007-01-16 Thread Isaac Alston
is is strange, I'll paste them somewhere else, sorry about that: http://pastebin.com/860489 Just in case that's broken as well: STOCKPHOTO_BASE='/photos/' STOCKPHOTO_URL='/photos/' MEDIA_ROOT = '/home/isaac/django/threeci/smedia/' MEDIA_URL='' All of my

Re: Trouble with stockphoto

2007-01-16 Thread Isaac Alston
ive a new error: "threeci.stockphoto: string index out of range" when I try to syncdb (or go to the app). Curiouser and curiouser. The only changes I've made, was set the stockphoto urls to '' (because I just wanted a default install - I thought perhaps 'photos' was

Re: Trouble with stockphoto

2007-01-17 Thread Isaac Alston
I can look? -- Isaac --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Trouble with stockphoto

2007-01-17 Thread Isaac Alston
On 17/01/07, Isaac Alston <[EMAIL PROTECTED]> wrote: > Can you paste the full traceback for the string index error? That's the problem: there isn't one (that I can see), the error is given by runserver: $ python manage.py runserver Validating models... threeci.stockphoto:

Re: Trouble with stockphoto

2007-01-17 Thread Isaac Alston
edia' which got it working. I'm so happy :-). The only thing I'm concerned about is a) why didn't it want a URL and b) what's going to happen when I deploy? How will this change? Many thanks, -- Isaac --~--~-~--~~~---~--~~ You received th

Re: Trouble with stockphoto

2007-01-17 Thread Isaac Alston
Ok, that's great, thanks for everything. -- Isaac --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubs

Re: memcached backed

2007-01-29 Thread Isaac Sparrow
I think Mark is referring to the actual 'replace' functionality of memcached. From http://www.danga.com/memcached/ replace -- sets in the cache only if the key already exists As opposed to: set -- unconditionally sets a given key with a given value Isaac On 1/29/07, Jacob K

Re: ANN: Django 0.95 released

2006-07-29 Thread Isaac Sparrow
We doubted the 0.95 release would happen this week when you mentioned it at the Django meet and greet at OSCON. Guess you were right :) Great work! Isaac On 7/29/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Hi all, > > We've packaged and released Django version 0

Re: Quick question for web hosting production

2021-10-14 Thread Isaac Moctezuma
scomer El mié, 13 oct 2021 a las 1:13, Derek () escribió: > Here's a similar question on StackOverflow: > > > https://stackoverflow.com/questions/65141036/deploy-react-and-django-with-nginx-and-docker > > > On Friday, 8 October 2021 at 16:17:27 UTC+2 patz...@gmail.com wrote: > >> I want to ask a

Re: help

2021-10-26 Thread Boateng Isaac
If you're using a virtual environment try installing django in that environment again On Mon, 25 Oct 2021, 7:59 pm Planet X, wrote: > hey there i can not figure out while django is installed to but its > showing django-admin is not recongnized as an internal or external command > please help > >

Re: django windows authentication

2023-05-19 Thread Isaac Samuel
https://django-windowsauth.readthedocs.io/en/latest/ On Fri, May 19, 2023, 09:44 Chelsea Fan wrote: > Hello guys, what is windows authentication and how is it work in django > and how can I realize it? > > -- > You received this message because you are subscribed to the Google Groups > "Django

Scaling django (nginx + apache + mod_wsgi + postgresql)

2012-10-29 Thread Isaac XXX
Hi folks, I'm developing a new application that should get high traffic. Right now, I've other projects with the follow architecture: Nginx on front: serving static content and redirecting to apache for dynamic data Apache+mod_wsgi: serving dynamic pages PostgreSQL: backend for data storage

Re: Scaling django (nginx + apache + mod_wsgi + postgresql)

2012-10-29 Thread Isaac XXX
resql servers, in a master-slave flavour Cheers, Isaac On 10/29/2012 04:23 PM, Tom Evans wrote: On Mon, Oct 29, 2012 at 2:42 PM, Isaac XXX wrote: Hi folks, I'm developing a new application that should get high traffic. Right now, I've other projects with the follow architecture:

Re: Scaling django (nginx + apache + mod_wsgi + postgresql)

2012-10-30 Thread Isaac XXX
my current deployments, so it should not be a problem on a distributed environment. Cheers, Isaac On 10/29/2012 05:23 PM, Tom Evans wrote: On Mon, Oct 29, 2012 at 4:03 PM, Isaac XXX wrote: Hi there, thank you for response Tom. Actually, I've a complete idea at how to build this system,

Re: Scaling django (nginx + apache + mod_wsgi + postgresql)

2012-10-30 Thread Isaac XXX
Thank you so much for tips. I will keep them when I start to test environment for performance. Cheers Isaac On 10/29/2012 06:44 PM, Cal Leeming [Simplicity Media Ltd] wrote: Hi Isaac, If there is one thing I have learnt about scaling apps, it's about trying things out for yourself.

Re: Scaling django (nginx + apache + mod_wsgi + postgresql)

2012-10-30 Thread Isaac XXX
this system (adding more servers) without trouble. Cheers, Isaac On 10/29/2012 05:18 PM, Some Developer wrote: On 29/10/2012 16:03, Isaac XXX wrote: Hi there, thank you for response Tom. Actually, I've a complete idea at how to build this system, but I lack the exact information about

Alternatives to celery

2012-01-15 Thread Isaac XXX
Is it a good alternative? I will be pleased to read all your feedback about it. Thanks in advance, Isaac -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscrib

Video conference on django app

2012-01-16 Thread Isaac XXX
eworks, to get a simple videochat running in my nginx-apache-django environment? I don't care if I need to install aditional server (like red5), but will be helpful if you provide some tutorial about how to deploy it along app. Thanks a lot! Isaac -- You received this message because you

Force exception raising when transaction fails

2012-11-20 Thread Isaac XXX
Hi everybody, I run into a weird scenario, caused by a complex code involving threads and so on. The problem arised in some point, with a DatabaseError exception, saying: /current transaction is aborted, commands ignored until end of transaction block/ Obviously, the line which arises that

"Principle of least privilege" in accessing a DB from an app

2013-01-13 Thread Isaac Perez
will be the best way to implement that splitting of privileges. I've configured the 5 connections in the settings but not sure how to best use them for the different functions of authenticate, read and write from the DB. Any ideas? Thanks, Isaac -- You received this message because yo

Re: "Principle of least privilege" in accessing a DB from an app

2013-01-14 Thread Isaac Perez
hanks, Isaac 2013/1/14 Dennis Lee Bieber > On Sun, 13 Jan 2013 09:05:51 -0800 (PST), Isaac Perez > declaimed the following in > gmane.comp.python.django.user: > > > What I intend to achieve is that if in any occasion we've got a sql > > injection for whatever the reason,

Re: "Principle of least privilege" in accessing a DB from an app

2013-01-14 Thread Isaac Perez
outers and how this can be implemented. Thanks for your reply. Cheers, Isaac 2013/1/14 Tom Evans > On Sun, Jan 13, 2013 at 5:05 PM, Isaac Perez > wrote: > > Hi guys, > > > > I'm creating a new app and I'd like to know how would be the best way to > >

Re: "Principle of least privilege" in accessing a DB from an app

2013-01-15 Thread Isaac Perez
implementing other input controls, etc... But I thought it would have been easy enough to just have different connections and use each one for a different function inside the app. If routing does that, I think it's enough. If the whole app gets compromised, we are in trouble :-) Thanks for you

Getting related values from map table with foreign keys

2013-01-25 Thread Isaac Perez
I'm very new to django, and programming in any case, I can create a list for the texts for a certain user, but I don't see how to add only the tags for that text in the same list or create somehow a hash with both values. Is there a django way to do this? Thanks, Isaac -- You receiv

How to make a field required in admin site

2013-01-30 Thread Ariel Isaac
Hi everybody, I have a model inherited from a third application call Video in that model they have the thumbnail field with blank = True, this make in the admin site that user could left in blank the thumbnail field, that's something I don't want to happen, I want to make in the admin.py in VideoA

Re: How to make a field required in admin site

2013-01-30 Thread Ariel Isaac
It is a third application I can't do that, that's why I want to do it in the adminModel. Could you help me please ??? On Wed, Jan 30, 2013 at 10:34 AM, Black9design.com wrote: > Remove the line blank=True and it will be required. > > On Jan 30, 2013, at 7:01 AM, Ariel Isa

Problem with layout

2011-05-31 Thread Isaac XxX
Hi friends, recently I upgraded my django installed version to 1.3. To test it, i got a free html/css template from a page, and started a little web. The surprise came when I open development webserver, with all static files configured properly, and the resulting website (without any modification

Re: Showing per-user information in admin

2011-08-13 Thread Isaac XxX
Thanks a lot derek! It's just all I was looking for :) On Fri, Aug 12, 2011 at 4:03 PM, Derek wrote: > On Aug 12, 1:29 pm, Isaac wrote: > > Hi dudes, > > > > I'm having trouble at finding a solution for my problem. All I want to > > do is tune django admin

Django admin and changes

2010-12-12 Thread Isaac XxX
Hi mates, i'm having trouble using django admin. Currently, i've finished a project, and it is the only issue i've open. When i add or update something through django admin interface, the rest of the web does not notice it. I need to restart server, and then all behaves in the normal way (new rec

Problem with translations

2011-01-03 Thread Isaac XxX
le is applied, but next times the same locale is displayed again, without beign able to change it through locale selector. The rest of translations are behaving correctly. Any clue about what's happening with translations outside of views and templates files? Thank you in advance Isaac -- Yo

Re: i18n issue with compilemessages

2011-01-15 Thread Isaac XxX
d then, apache should be able to execute compile messages Greetings, Isaac On Fri, Jan 14, 2011 at 7:48 AM, Akash wrote: > Following are the environment I am working on: > 1. Django 1.2.3 > 2. Python 2.4 > 3. wsgi > 4. Centos 5.4 > > From apache, I can run makemessage co

Full Archive of Tutorial Code?

2011-02-16 Thread cousin isaac
Aloha, I'd like to see what the final code of the tutorial ought to look like so am wondering if there is an archive somewhere of the completed project? Thanks, Cousin Isaac -- You received this message because you are subscribed to the Google Groups "Django users" group.

How to work with views like classes

2011-03-16 Thread Isaac XxX
Hi folks, Currently i'm getting trouble with a single feature in django. When i've some inheritance in templates, like the following TemplateA TemplateB inherits A TemplateC inherits B TemplateD inherits B If I need to define something depending on provided data in TemplateA or TemplateB, then

Re: How to work with views like classes

2011-03-17 Thread Isaac XxX
Thanks for your responses. The problem here is that there are some "dirty" solutions to this problem, but i'm sure there is a good way to proceed with it. This issue should be really simple to resolve if django make use of classes instead of functions for views, and then, template would be benefi

Selecting a shopping cart

2011-03-21 Thread Isaac XxX
Hi there, Recently I decided to develop a project that will involve some shopping cart capabilities (we will sell some products, mainly by using credit card payment methods). I've been checking some packages - frameworks, and I can decide wich is better fit for me. By now, I visited the following

E-Commerce - Payment

2011-04-05 Thread Isaac XxX
Hi folks, after some time spent in investigating django solutions for shopping carts, i got satchmo as my one. I've developed a custom shopping cart, and this app is ready to be published. The problem arised when I started to look for some information about how to manage payments: all information

Re: E-Commerce - Payment

2011-04-05 Thread Isaac XxX
lves wrote: > On Wed, 2011-04-06 at 08:25 +0200, Isaac XxX wrote: > > Paypal seems to be clear at how to manage, but I don't know really how > > to > > manage credit card data: can be stored? shall I transfer directly that > > ssl > > channeled data to my bank?

Re: E-Commerce - Payment

2011-04-05 Thread Isaac XxX
Thanks for advice and responses, I will take a look at payment gateway solutions, looking for one well fit to me On Wed, Apr 6, 2011 at 8:56 AM, Mike Ramirez wrote: > On Tuesday, April 05, 2011 11:25:12 pm Isaac XxX wrote: > > Hi folks, > > > > > Paypal seems to be cle

Re: E-Commerce - Payment

2011-04-06 Thread Isaac XxX
Thank you a lot for your explanation. These concepts are really new for me, and now seems to be some light on this issue. On Wed, Apr 6, 2011 at 9:04 AM, Kenneth Gonsalves wrote: > On Wed, 2011-04-06 at 08:56 +0200, Isaac XxX wrote: > > And then, some advice at how to manage &qu

Compressing images before saving to database

2016-09-16 Thread Isaac Tetteh
hello, I have a project where users upload photos of any type. But i want to compress the images before saving them. Is pillow the best i can use or Is there a built in or 3rd party library to do this. Its link to documentation will be appreciated too. Thanks! -- You received this message b

HOSTING DJANGO

2019-05-13 Thread Isaac Imafidon
Please have anyone here hosted django site using namecheap ? I want to know how he or she did it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+

Re: django form not saving items to database

2019-07-08 Thread KIKOYO ISAAC
Some lessons about templates with django On Mon, Jul 1, 2019 at 8:29 AM Joe Reitman wrote: > Try this: > > > def sell(request): > if request.method == 'POST': > form = ProductsForm(request.POST) > if form.is_valid(): > print('form is valid') >

Re: Django admin application for Android

2019-07-17 Thread KIKOYO ISAAC
great dude!! On Tue, Jul 16, 2019 at 11:12 PM Derek wrote: > Can you explain more about the GOLD plan - what is it and how much does it > cost? > Monday, 15 July 2019 12:51:58 UTC+2, Jens-Joris Decorte wrote: >> >> Hello Django developers! >> >> Being both a Django developer and a heavy user of

Having issue sending email when model is save and not updated.

2020-03-30 Thread Isaac Imafidon
Am working on an ecommerce project and i want to be able to do two things before the model save . 1) I want to update the cost of an item 2) I want to send two email to the receiver . One when the object just gets created while the other when the object gets updated. I go through django documen

Re: Deploying my Django App to Heroku

2021-04-21 Thread Nzekwe Isaac
Try running makemigrations and migrations again before deploying again On Wed, 21 Apr 2021, 22:30 ejike@gmail.com, wrote: > Good day All, > > Please I am trying to deploy my App which uses Django/Python as the > backend and React as the frontend to Heroku but I keep getting this error > in t

Re: Deploying my Django App to Heroku

2021-04-23 Thread Nzekwe Isaac
I think there's a problem with your database. Try deleting your dbsqlite database and run migrations a again. On Fri, 23 Apr 2021, 12:50 Ejike Enyinnaya, wrote: > Good day Isaac, > > I ran makemigrations and migrate before deploy as seen in my screenshots > but I am stil

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
Mapes wrote: > >> You could use oauth between the projects. Look into >> https://django-oauth-toolkit.readthedocs.io/en/latest/ which would >> enable you to set up domain one as your authentication backend which the >> others could use >> >> On Thursday, 2

Re: Multiple websites but one authentication system

2021-08-26 Thread Isaac Imafidon
tps://django-oauth-toolkit.readthedocs.io/en/latest/ which would >> enable you to set up domain one as your authentication backend which the >> others could use >> >> On Thursday, 26 August 2021 at 09:46:11 UTC+1 Isaac wrote: >> >>> Am trying to understand what

Re: Looking for co founders

2021-09-03 Thread Isaac Moctezuma
también -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.googl

I think I've found a bug in the Dev server

2019-08-01 Thread Isaac Way
If I send a request to an invalid URL, the NEXT request sent to that URL is processed incorrectly by Django. I've ruled out any client side shenanigans I've detailed it in a stack overflow question: https://stackoverflow.com/questions/57313270/django-dev-server-processing-the-same-ajax-request-i

Re: Start-up project for fresher student:

2019-08-03 Thread KIKOYO ISAAC
Let's do an e-commerce project On Sat, Aug 3, 2019, 14:35 Desh Deepak wrote: > Yes, sure > > On Sat, 3 Aug 2019, 15:54 SHUBHAM .SINGH. RATHORE, < > shubhamsingh...@gmail.com> wrote: > >> Hey I am interested in this startup project >> >> On Tue, 23 Jul 2019 12:48 am iampawam goswami, < >> callmek

How to filter using foreign key and render on HTML

2019-09-06 Thread Isaac Ndutumo
Am developing a web app where i want to view per client details view.py class DirectorListView(ListView): model = Director paginate_by = 10 def get_queryset(self): query = self.request.GET.get('q') if query: search = Director.objects.filter(first_name__ic

Bulk SMS website using django

2020-02-20 Thread Isaac Imafidon
I have a project to develop a bulk sms website using django, but i have not develop this kind of website before. Also the client want to be able to have users that log in and buy credit that they will use to send sms to any part of the world. Also i don't know any recommended company to buy the

Re: Python Django Training

2020-02-21 Thread Isaac Ndutumo
g%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAK%3DQXNMzH-iL6BQ3_vfrvTpeY%2BSe5%3DbZm9h5wPW_Dw%2BM2BsvQg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "

Re: Bulk SMS website using django

2020-02-21 Thread Isaac Imafidon
number: 03351931286 .this is my what's app no > > On Fri, Feb 21, 2020, 12:52 PM Isaac Imafidon > wrote: > >> I have a project to develop a bulk sms website using django, but i have >> not develop this kind of website before. Also the client want to be able to >> have u

Re: Bulk SMS website using django

2020-02-21 Thread Isaac Imafidon
Thanks alot for your support. I have visited Twilo website, and see their packages its very good. Thanks alot i think i will go with Twilo. On Fri, 21 Feb 2020 at 15:20, Jody Fitzpatrick < jody.lee.fitzpatr...@gmail.com> wrote: > Hi, look at Twilio. They seem to be a great choice, cost is going t

Selecting all and posting

2020-02-23 Thread Isaac Ndutumo
Am working on a hospital system where the billing model requires users to select varies items from the bill list and post them by creating a receipt or an invoice. Am new in JavaScript programming combined with Django. Any help on below tasks will be highly appreciated 1. Select all or few

How to model postal address in django ???

2012-03-30 Thread Ariel Isaac Romero Cartaya
Hi everybody, is there any model in Django to represent postal address, I mean is there already models like Countries, provinces and cities with theirs relations to make this, and how to model the others attributes: streets, postal code, between streets and perhaps latitude and longitude to use go

Re: How to model postal address in django ???

2012-04-02 Thread Ariel Isaac Romero Cartaya
okups a day with google. > > Cheers, > > -m > > > > > On 31 March 2012 03:54, Ariel Isaac Romero Cartaya > wrote: >> >> Hi everybody, is there any model in Django to represent postal >> address, I mean is there already models like Countries, prov

I need a django application to embed a chat javascript in admin site

2012-05-23 Thread Ariel Isaac Romero Cartaya
Hi everybody, I need a django application to embed a chat javascript in the admin app of my web site, I would like when the users are authenticated be able to contact by chat any other user authenticated in the admin site. How could I do this ??? Is there an application to make this ??? Regards,

Working with static files

2019-10-17 Thread ISAAC NELSON S.B. KARGBO
Hello everyone, i am new to Django and i am learning to develop a "todo_list app", but i have a problem with my css static files. Please help me on how to do about it. Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from