Re: session management

2006-08-10 Thread Felix Ingram
ut can break and lead to annoyed users. I personally would recommend concentrating on a solid application design which minimised the exposure of sensitive information. Just my £0.02 (which I suppose is almost $0.04 these days ;-) Felix --~--~-~--~~~---~--~~ You received t

Re: Google-like API keys

2006-08-10 Thread Felix Ingram
ndomstring'? I assume you'd be storing it anyway. Tagging on username and email doesn't give you anything extra. Felix. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Google-like API keys

2006-08-10 Thread Felix Ingram
On 8/10/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > On 8/10/06, Felix Ingram <[EMAIL PROTECTED]> wrote: > > On 8/10/06, hernan43 <[EMAIL PROTECTED]> wrote: > > > Nowadays(is that a word?) a lot of fancy web services use API keys to > > > al

Re: Google-like API keys

2006-08-10 Thread Felix Ingram
longer string (160 bit rather than 128). If all you want is a random string then just use a random string. Felix --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

[OT] Re: Google-like API keys

2006-08-11 Thread Felix Ingram
On 8/11/06, Jay Klehr <[EMAIL PROTECTED]> wrote: > Felix Ingram wrote: > > On 8/10/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > >> Just username+randomstring is good. > >> SHA better than md5. > >> > > Choice of hashing algorithm means not

[OT] Re: Google-like API keys

2006-08-11 Thread Felix Ingram
On 8/11/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > > On 8/11/06, Felix Ingram <[EMAIL PROTECTED]> wrote: > > > > On 8/10/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > > > On 8/10/06, Felix Ingram <[EMAIL PROTECTED]> wrote: >

Re: Re: VMWare image for running/developing Django

2006-08-16 Thread Felix Ingram
#x27;ve got Vim set up for 3773 Py7h0n d3v (inc snippetsEmu and Project) or Nano. It's stuck on my machine for the time being as I've nowhere to upload it to. If anyone would like a copy then drop me a mail and we'll see what we can do. Felix --~--~-~--~~~

Re: Click the back button messes me up...

2006-08-17 Thread Felix Ingram
sible to fix it (or so says the developer). Maybe another good reason to pick Django over RoR...? ;-) Felix --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Django template language bundle for TextMate

2005-09-29 Thread Felix Ingram
Hi all, Anyone looking for something similar to TextMate's snippets but in Vim may want to have a look at this plugin I wrote: http://vim.sourceforge.net/scripts/script.php?script_id=1318 I wrote it after seeing the Rails shortcuts and getting jealous.  I think it'll work a bit better with Djang

Re: serving PDF

2005-10-01 Thread Felix Ingram
I'd like to provide users with an option to generate latex source (or the pdf generated by the source).  Can django's templates be used for generating the source?  Would I have to change the mime type to ensure it gets served as plain text? Has anyone had any experience with calling external scrip

Custom Form Fields, Validators and Manipulators

2006-02-20 Thread Felix Ingram
All, I'm trying to implement a custom form field similar to the Tagging example. Here's a simplified example of the model I'm using: class Port(meta.model): number = meta.IntegerField() protocol = meta.CharField(maxlength=4) class Application(meta.model): name = meta.CharField(maxl

do_html2python and errors.

2006-02-20 Thread Felix Ingram
All, I'm a bit stumped. Being a good little developer I'm following the guidelines for the new admin changes (http://code.djangoproject.com/wiki/NewAdminChanges) and calling 'do_html2python' regardless of whether there are any errors from the user. This clears up one problem I was having where

Re: How to enter all model-related data on one form?

2006-03-14 Thread Felix Ingram
Mike, I've been trying to solve a similar problem to you. I first tried making a custom form field based on the tagging extensions floating about. I've documented what I came up with here: http://code.djangoproject.com/wiki/CustomFormFields But... I now think that this is the wrong way to go a

Job Inquiry

2022-08-18 Thread Onjomba Felix
Hey guys I Am A django developer with three year experience looking for a job. Please refer to my CV attached below. Thank you So Much -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Hire Me

2022-09-03 Thread Onjomba Felix
https://www.felixonjomba.netlify.app/ -- 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 w

Re: Mpesa integration.

2022-09-06 Thread Onjomba Felix
hae i have used used mpesa with python django even developed a pip package of how to do integration you can check on https://pypi.org/project/mpesa-payments/ and the documentation is here https://github.com/Developer-Felix/mpesa-payments-package. Go through it and if you dont understand

Re: Mpesa integration.

2022-09-06 Thread Onjomba Felix
Yeah On Tue, 6 Sept 2022 at 13:15, Lutalo Bbosa joseph wrote: > Flutterwave gives everything at your plate mpesa inclusive > > On Tue, Sep 6, 2022, 12:08 Walid Kambagha wrote: > >> Hi Felix, >> >> Does the package you shared works also with Mpesa Vodacom from Ta

Re: Mpesa integration.

2022-09-06 Thread Onjomba Felix
https://github.com/Developer-Felix/mpesa-payments-package On Tue, 6 Sept 2022 at 19:00, Brian Odhiambo wrote: > Hello, > @onjombafel...@gmail.com, seems the repo you share isn't public. Can you > please make it, or add me to it if you don't mind. > Thank you. > > On

Re: Newtwork Marketing System

2023-06-15 Thread Abdul Felix
Account Balance: Referral: None {% for person in persons %} {{ person.name }} {% endfor %} Or follow me @ GitHub.com/developer-felix I post more codes on federals On Thu, Jun 1

Edit two related models on one form

2012-10-06 Thread Felix Schlitter
that I missed? Seems like this scenario would be a pretty common problem, Felix -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ikvVkFXPh

Testcases are not working with PREPEND_WWW

2011-09-20 Thread Felix Stiehler
7;, follow=True) r.status_code 301 r.content '' r.redirect_chain [] Any help how to make the tests work without touching some webserver config stuff would be appreciated. Felix -- You received this message because you are subscribed to the Google Groups "Django users"

Question about QuerySet and Pagination

2011-09-29 Thread Felix Wagner
Hello, I'm currently trying to paginate my results from a search query. views.py: def search(request): query = request.GET.get('q', '') if query: qset = ( Q(NAME__icontains=query) ) results = Thin_Client.objects.filter(qset).distinct() else:

Re: Question about QuerySet and Pagination

2011-09-29 Thread Felix Wagner
url entry and do i have to give the poaginator the query or do I have to save the query somewhere? Also thank you for your help. On Sep 29, 3:51 pm, Tom Evans wrote: > On Thu, Sep 29, 2011 at 8:36 AM, Felix Wagner > wrote: > > Hello, > > > I'm curre

Re: Question about QuerySet and Pagination

2011-09-29 Thread Felix Wagner
Thank you very much for your help On Sep 29, 4:25 pm, Tom Evans wrote: > On Thu, Sep 29, 2011 at 3:16 PM, Felix Wagner > wrote: > > Ok, so now i have: > > .. > >             > ... > > Now if i click next page I get an empty page because: > >http:/

Django + Ajax/Javascript

2011-11-02 Thread Felix Wagner
Hi, I have the following model layout: class A(models.model): options = models.ManyToManyField(OptionSet, blank=True, null=True) values = models.ManyToManyField(Value, blank=True, null=True) class OptionSet(models.model): name = models.TextField(unique=True) values = models.ManyT

Re: Django 1.4: TypeError: get_db_prep_value() got an unexpected keyword argument 'connection'

2012-11-23 Thread Felix Guo
s/sql/compiler.py line 872. Are you sure your latest installation package completely remove the function? Thank you Felix Guo On Sunday, April 8, 2012 1:31:17 PM UTC+10, Russell Keith-Magee wrote: > > Hi, > > What you've hit here is the end of the deprecation cycle for code t

Re: Django-filebrowser path problems

2012-12-07 Thread Felix Schlitter
Thanks for sharing! On Sunday, 6 February 2011 16:27:16 UTC+13, gerram wrote: > > I decided my problem! > If you use dynamic method for getting you path, example: > > import os > SITE_ROOT = os.path.realpath(os.path.dirname(__file__)) > MEDIA_ROOT = os.path.join(SITE_ROOT, 'media') > > you ca

Python inside Django

2013-03-23 Thread Felix Wagner
Hello, currently I am writing an application that will run a daemon. However I am stuck: What I have so far: created a project called "ihe", with an app called "devices". Inside devices there is "admin.py", "forms.py", "__init__.py", "models.py", "urls.py", "views.py". There are also several

Django management call_command

2013-03-24 Thread Felix Wagner
Hello, I wrote a test management Command: def start_daemon(): pidfile_rule = "/tmp/ihe_test.pid" p = str(os.getpid()) file(pidfile_rule, 'w').write(p) while True: print "Hello" sleep(10) class Command(BaseCommand): help = 'Starts or stops the daemons' opti

Re: Import error in settings.py

2014-10-22 Thread Felix Unchained
Just thought you might get a kick out of the fact that I just found this very useful – 4 years later. Thanks. On Tuesday, February 12, 2008 7:27:45 PM UTC-8, Julien wrote: > > Great! Thanks a lot, it worked! > > Here's a little function that I made and that is quite helpful: > > def get_class(c

ImportError: cannot import name execute_manager

2014-02-07 Thread felix kimutai
I get the following error " Traceback (most recent call last): File "manage.py", line 2, in from django.core.management import execute_manager ImportError: cannot import name execute_manager " when I run this command : python manage.py runserver, what could be the problem. -- You rec

Re: Help with aggregates needed

2019-03-01 Thread Felix Carbonell
Hello, Simon. Thank you very much! Your solution worked like a charm!!! Best regards, Felix. El jueves, 28 de febrero de 2019, 0:09:35 (UTC-5), Simon Charette escribió: > > Hello Felix, > > month = ... > year = ... > Expenses.objects.filter( > year=year, > ).v

Re: Issue with model method

2018-12-12 Thread Felix Carbonell
El martes, 11 de diciembre de 2018, 9:46:07 (UTC-5), Yarving Liu escribió: > > Can you show us the code? > Hello and thanks for your response: {{ ccosto.gastos_mes }} and {{ ccosto.gastos_ano }} yield None Nevertheless if I print the response content when calling that URI with django test cl

Re: Recruitment

2020-09-25 Thread Abimbola Felix
Am interested On Wed, Sep 23, 2020, 3:43 PM Anh Nguyen wrote: > I’m, interested! > > On Sep 23, 2020, at 14:23, Harish Thiyagharajan < > harishthiyagh...@gmail.com> wrote: > > I want a interested django user , DM mail for more details , all the > details including payment can be discussed ...loo

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-21 Thread Felix Orinda
Try python3. 9 -m pip install django==3.1.7 On Fri, Mar 19, 2021, 16:45 Anornymous u wrote: > Yoh, join WhatsApp group and share error > https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q > > On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > >> On 18/03/2021 19.04, Simon Lankwagh wrote: >> > I

Re: Error on import psycopg2

2021-09-19 Thread Felix Orinda
pip install psycopg2-binary Should work for you. Give me feedback on whether it has worked or not On Sep 17, 2021 21:18, "Aashish Kumar" wrote: install this package 👇 pip install psycopg2-binary It works perfectly On Wed, 15 Sep 2021 at 9:40 PM, 'Maryam Yousaf' via Django users < django-users

Re: Hello World!

2023-10-13 Thread Onjomba Felix
Look at how you configure your static files and also the deburg mode of your system Settings.py DEBUG = True STATIC_URL = '/static/' STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] main urls.py from django.conf import settings from django.conf.urls.static import static urlpatterns = [

Django 2.2 mongoengine query pagination performance

2019-08-07 Thread Felix Tillyard
Hi, We are facing an issue while upgrading from Django 2.1.10 to 2.2.4. We are using mongoengine (http://mongoengine.org/) to pull some documents from a Mongo database. Following the upgrade performance of this is significantly worse. We ran some profiling using pyspy (https://github.com/benfr

Re: SEEKING INTERNSHIP

2024-11-26 Thread Onjomba Felix
Hello, reach me through skyplussoftw...@gmail.com On Mon, Nov 25, 2024, 9:30 PM utibe solomon wrote: > Hello guys, I am seeking a django internship job which i can use to > increase my level of experience and work on production level applications > , I have about 3 years experience in django

Re: Looking for developers

2024-12-04 Thread Onjomba Felix
Hello, I can do this reach me through onjombafel...@gmail.com On Wed, Dec 4, 2024, 11:06 PM Adan Popov wrote: > I have some works to be done on the frontend for a project, but I'm not > fluent in frontend libraries or frameworks. > Please ping me if you can do some frontend works and also can wo

Configuring the Admin of a child class

2009-04-23 Thread Felix de Vitramar
Hi, I am still pretty new here and a bit confused. I have the next models: Place is an abstract class class Place(models.Model): place = models.CharField(_('place'), max_length=128) currency = models.CharField(_('currency'), max_length=128) #... #... and many other generic data

Help with aggregates needed

2019-02-27 Thread Felix Lazaro Carbonell
advance, Felix. -- 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 post to this group, send email to dj

Issue with model method

2018-12-10 Thread Felix Lazaro Carbobonell
result from the model method is correctly rendered in the template. Could you please help me with this issue. Best regards, Felix Carbonell. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Issue with model method (Solved)

2018-12-13 Thread Felix Lazaro Carbonell
I beg your pardon. It was my mistake in a functional test. I missed part of the data needed to make it work correctly. Thank you all. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

<    1   2   3