Re: help

2020-06-23 Thread Peter Kirieny
yes, postgres On Mon, 22 Jun 2020 at 19:04, Jatin Agrawal wrote: > Are you using postgres? > > On Monday, June 22, 2020 at 8:34:55 PM UTC+5:30, Peter Kirieny wrote: >> >> can someone help with this please >> >> django.db.utils.OperationalError: FATAL: password

Re: help

2020-06-23 Thread Peter Kirieny
'USER': 'admin', > 'PASSWORD': 'mypassword', > 'HOST': 'localhost',} > > Otherwise > > 'USERNAME': 'admin', > > You can try both ! > > On Tue, Jun 23, 2020 at 2:21 PM Peter Kirieny >

Re: help

2020-06-24 Thread Peter Kirieny
ect in the left > corner of your terminal enclosed within () > 5. pip install > 6. make sure to create a requirements.txt file after finishing the project > so that you can Deploy and install the dependencies into the server as well > > thanks > > On Tue, 23 Jun 2020 at 17:05,

[no subject]

2020-08-14 Thread Peter Kirieny
hello, my data from json file didn't load into the server, i can't see them in my admin interface anybody to assist please -- 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

type error

2020-08-14 Thread Peter Kirieny
hello, can somebody help with this please match = datetime_re.match(value) TypeError: expected string or bytes-like object I've made migrations but now i can't migrate, it brings the above error instead -- You received this message because you are subscribed to the Google Groups "Django us

Writing a “circuit breaker” for use in Django

2015-08-07 Thread Peter Coles
I’d like to write a circuit breaker wrapper to use with services that I call from inside a Django app, and I’d like to get some pointers on the following questions: 1. What’s the most global, persisting, shared-across-requests type of data I can read & write to memory? 2. However I can

Re: Writing a “circuit breaker” for use in Django

2015-08-10 Thread Peter Coles
l you need to do is drive a screw, don't > waste time filing a blade onto the face of a hammer. > > On Fri, Aug 7, 2015 at 5:54 PM, Peter Coles > wrote: > >> I’d like to write a circuit breaker wrapper to use with services that I >> call from inside a Django app,

Re: Writing a “circuit breaker” for use in Django

2015-08-10 Thread Peter Coles
er design, maybe you want an asynchronous processing, meaning the web >> request would just register that a request to calculate something was made, >> send the request to the jobs queue and return saying the request was >> received please come back later >> >> yo

Custom error_messages

2015-11-23 Thread Peter Maciejko
This day I have read the mass of information about overiding form default error_messages and I just can not handle it. I do not know what is wrong with my code and why my custom message does not work: ###forms.py### # -*- coding: utf-8 -*- from django import forms from django.forms import Mode

Django restful project standalone

2018-09-20 Thread Peter Mudoko
handle it considering its not a djangle project how can i hack it File "/home/peter/.local/lib/python3.6/site-packages/django/conf/__init__.py", line 42, in _setup % (desc, ENVIRONMENT_VARIABLE)) django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, bu

[no subject]

2018-10-12 Thread Peter Mudoko
L -- 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 django-users@googlegroups.com.

Re: Experienced django developer is needed.

2018-10-25 Thread Peter Mudoko
I am peter experienced Django and odoo developer . Can i get the requirements and budget. On Thu, 25 Oct 2018, 14:27 BBG, wrote: > I have one project on django1.0 and python 2.7. If anyone is interested > than contact me... > > -- > You received this message because you are su

Re: Looking for a Django Co-Founder.

2018-11-17 Thread Peter Mudoko
Good project indeed add me to your plan. On Sun, 18 Nov 2018, 06:17 Zack Amaral, wrote: > Let me know if you guys are interested in setting up a video conference. > I'd love to tell you more about it. I can show you the UI/UX I've been > working on. > > Thank you for your consideration, > > Zack

How can you do a for loop with a database?

2020-12-12 Thread Peter T
Example: context = (database model) def index(request): render(index.html, context) HTML Template: {% for i in context %} { database.text } -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rece

Re: How can you do a for loop with a database?

2020-12-14 Thread Peter T
: > {% for item in items %} > {{ item.text }} > {% endfor %} > > Here ‘text’ is the property on the database model you want to display. > > > Regards, > > > Andréas > > 12 dec. 2020 kl. 17:11 skrev Peter T : > > Example: > > context = (database model) &

Re: How can you do a for loop with a database?

2020-12-14 Thread Peter T
ll() >>> } >>> >>> Then in the template: >>> {% for item in items %} >>> {{ item.text }} >>> {% endfor %} >>> >>> Here ‘text’ is the property on the database model you want to display. >>> >>> >>> Regard

Ongoing project

2020-12-17 Thread Peter Kirieny
Hello team I have a project in django (developing an ecommerce website with some innovations) Using pycharm and python, am looking for a partner here Am a Kenyan, in Nairobi If interested please inbox for more information -- You received this message because you are subscribed to the Google Gr

Re: Ongoing project

2020-12-18 Thread Peter Kirieny
I'm interested to work on it >> >> On Thu, Dec 17, 2020, 6:07 PM Zanii Mirzaa wrote: >> >>> i m intrested in this project..want to help and gain knowledge >>> >>> On Thu, 17 Dec 2020, 20:58 sakshi jain, wrote: >>> >>>> I'm

Re: Django/python free Training

2020-12-21 Thread Peter T
I'm interested. I think for a tutorial you should read and follow along with the django documentation but explain it in more depth On Friday, December 18, 2020 at 9:27:14 AM UTC-5 rampage...@gmail.com wrote: > Hi guys, > > I am manucho from Kenya and am good developer with django and python and

TemplateDoesNotExist

2020-12-21 Thread Peter T
templatedoesnotexist. I keep getting this error how do I fix 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+unsubscr...@googlegroups.com. To vie

Re: TemplateDoesNotExist

2020-12-21 Thread Peter T
nvm, I fixed it On Monday, December 21, 2020 at 11:06:31 AM UTC-5 Peter T wrote: > templatedoesnotexist. I keep getting this error how do I fix it > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

maping url

2021-02-15 Thread Peter Kirieny
hi guys, i cloned a project from github and then added a new app into my project now am trying to map my app's url to my project but i get this error TypeError: argument of type 'type' is not iterable anyone with any idea kindly help -- You received this message because you are subscribed to th

setting up urls of many apps

2021-02-16 Thread Peter Kirieny
someone to help me to set up urls of two different apps in django project please, i keep on getting errors am new -- 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

Re: setting up urls of many apps

2021-02-17 Thread Peter Kirieny
comm\venv\lib\site-packages\django\urls\resolvers.py", line 335, in check warnings = self._check_pattern_name() File "C:\Users\Admin\PycharmProject\Ecomm\venv\lib\site-packages\django\urls\resolvers.py", line 343, in _check_pattern_name if self.pattern.name is not None and &

Re: setting up urls of many apps

2021-02-17 Thread Peter Kirieny
in the projects urls.py from django.conf import settings from django.conf.urls.static import static from django.contrib import admin from django.urls import path, include urlpatterns = [ path('admin/', admin.site.urls), path('accounts/', include('allauth.urls')), path('', include('cor

Re: setting up urls of many apps

2021-02-17 Thread Peter Kirieny
best > > On Thu, Feb 18, 2021 at 11:56 AM Peter Kirieny > wrote: > >> in the projects urls.py >> >> from django.conf import settings >> from django.conf.urls.static import static >> from django.contrib import admin >> from django.urls import path,

Re: setting up urls of many apps

2021-02-17 Thread Peter Kirieny
if self.pattern.name is not None and ":" in self.pattern.name: TypeError: argument of type 'type' is not iterable that's the error On Thu, 18 Feb 2021 at 09:39, Peter Kirieny wrote: > thanks sir > that's done though the error still persists > > O

Re: setting up urls of many apps

2021-02-21 Thread Peter Kirieny
ect.com/en/3.1/ref/urls/#include >> >> On Thu, Feb 18, 2021 at 12:12 PM Peter Kirieny >> wrote: >> >>> if self.pattern.name is not None and ":" in self.pattern.name: >>> TypeError: argument of type 'type' is not iterable >>>

Attribute error

2021-05-12 Thread Peter Kirieny
can somebody help with this please, am building an ecommerce web and when i want to view my cart i get this error AttributeError: 'NoneType' object has no attribute 'price' here is my models.py class OrderItem(models.Model): product = models.ForeignKey(Product, on_delete=models.SET_NULL, null

Re: Attribute error

2021-05-18 Thread Peter Kirieny
tanks for this, it was helpfull On Thu, 13 May 2021 at 15:31, Ryan Nowakowski wrote: > It's likely that your instance of OrderItem has a product field that's > null. > > On May 12, 2021 3:50:42 AM CDT, Peter Kirieny > wrote: > >can somebody help with this pleas

django utils Integrity error

2021-05-18 Thread Peter Kirieny
am adding class category in the models.py and adding it as a foreign key in the products model but i get this error while migrating somebody, please help here is the code class Category(models.Model): name = models.CharField(max_length=50) def __str__(self): return self.name cl

Re: django utils Integrity error

2021-05-21 Thread Peter Kirieny
hanks but ita was already solved On Wed, 19 May 2021 at 15:52, Antonis Christofides < anto...@antonischristofides.com> wrote: > Could you show the full error message? > > Antonis Christofides > +30-6979924665 (mobile) > > On 19/05/2021 02.36, Peter Kirieny wrote: > &g

Re: django utils Integrity error

2021-05-21 Thread Peter Kirieny
cts.order_by('-category').filter(is_published=True) context = {'products': products, 'cartItems': cartItems, 'categories': categories} return render(request, 'store/store.html', context) On Fri, 21 May 2021 at 12:22, Peter Kirieny wrote:

Django project(website) and cpane

2021-06-17 Thread Peter Kirieny
would somebody please help me with the procedure on how to upload my django website on cpanel i used: python, pycharm, django,html css and some javascript I've already bought a domain name and hosting and i can log into cpanel please help. -- You received this message because you are subscribed t

building mobile app

2021-07-17 Thread Peter Kirieny
hello guys i have a functioning django website anyone with any easiest and cheapest idea on how to turn it into a mobile app please help you can contact me so that we work together -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: Django Boston Reboot

2024-02-07 Thread Peter Pan
Okay Thanks From Austria! Best Regards Peter Pan Dave Nguyen schrieb am Mi., 7. Feb. 2024, 23:25: > Hello. > > For those in the Boston area, we are rebooting the Django Boston Meetup > group and will be having an in-person meetup next Thursday in Kendall > Square. We have an ex

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-25 Thread Kintu Peter
I would wish to inform you that am intrested On Sun, 18 Feb 2024, 19:47 SURAJ TIWARI, wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a me

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-09 Thread Kintu Peter
am interested +256789746493 On Thu, 7 Mar 2024, 17:18 THE tech, wrote: > I will be happy to join you my friend +2347068821240 > > On Wed, Mar 6, 2024, 10:54 PM Ogunkoya Mayowa > wrote: > >> Add me +2349066713865 >> I also want to learn and contribute to the project. >> >> On Wed, Mar 6, 2024, 3

Re: E-comm live project

2024-04-30 Thread Kintu Peter
Watsap +256789746493 On Monday, March 18, 2024 at 8:26:50 PM UTC+3 1001_prabhjot Singh wrote: > so i am working on a full stack e-comm website and this project is really > very big for me because it's a live project am using django for backend > interested one's can send there number for Whats

Online Course Website

2024-07-09 Thread Peter Kirieny
Anyone who can build a professional online course website, DM we talk -- 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

Re: Ecommerce Store

2024-09-01 Thread Peter Kirieny
Hello I have one On Thu, 29 Aug 2024 at 23:05, Wajahat Murtaza wrote: > Im looking for the source code of an django ecommerce store anyone have? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop r

Re: Dblink creation from Oracle 11g to postgres

2019-09-10 Thread Peter Mudoko
Hey I have done one can we discuss about it On Tue, 10 Sep 2019, 18:12 nitin kumar, wrote: > I just want to fetch the data to populate (non editable)in different > interface from Oracle 11g to postgresql. > > How to create the dblink between these two database. What procedure I have > to follow?

Re: Dblink creation from Oracle 11g to postgres

2019-09-11 Thread Peter Mudoko
are here. > How? > > On Tue 10 Sep, 2019, 10:18 PM Peter Mudoko, wrote: > >> Hey I have done one can we discuss about it >> >> On Tue, 10 Sep 2019, 18:12 nitin kumar, wrote: >> >>> I just want to fetch the data to populate (non editable)in different >&

Re: Inventory management system

2019-11-22 Thread Peter Mudoko
Yes @Ben On Fri, 22 Nov 2019, 15:07 Ben Indangasy, wrote: > Peter this already running? > > Sent from my iPhone > > On Nov 22, 2019, at 7:23 AM, Peter Mudoko wrote: > >  > > > > if you want i can show you its ready made > > > > Systems develop

Re: I am Started Django Please help me

2019-12-30 Thread Peter juliano
Hi. What is your specific problem ?. In the stackoverflow Q, there is already a code view based on CBV. On Mon, Dec 30, 2019 at 12:49 PM Moaaz Afzal wrote: > > https://stackoverflow.com/questions/59510325/is-there-is-any-way-to-convert-this-fbv-to-cbv-in-polls-tutorial-of-djangotutori/59510529

Re: I am Started Django Please help me

2019-12-30 Thread Peter juliano
What view in specific ?. If you refering to the "get_queryset" view if simple as. from django.views.generic import View Class get_queryset(View): def get(self, request): """ Return the last five published questions (not including those set to bepublished in the future)."""

How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread Peter Law
is trying to achieve. Is there a concise way to do this sort of constraint? If not, would it be possible for Django to add support for it? Thanks, Peter -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread Peter Law
more complicated (and thus where an annotation might be less desirable). I'm using Django 2.2 LTS (though I can't see anything to suggest this has changed in 3.0) but your suggested annotation unfortunately doesn't work -- I get `TypeError: unorderable types: F() < F()`. Thanks, Peter

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread Peter Law
esn't work (see my response to Stephen's suggestion). Thanks, Peter On Monday, 27 January 2020 18:23:28 UTC, Simon Charette wrote: > > Did you try > > class Item(Model): > price = DecimalField() > full_price = DecimalField() > is_on_sa

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-28 Thread Peter Law
f that could be made to work - I think that a spelling like that would be even better than nested Q objects (even without ExpressionWrapper). Many thanks, Peter On Mon, 27 Jan 2020 at 20:24, Simon Charette wrote: > > I see, I think you'll need to wrap the inner Q in an

Re: How To Avail Services From A CRM Software Development Company?

2024-10-27 Thread Peter Kapena
Good day. You can contact oceansofty and we’ll be happy to help. We specialise in many tech stacks ranging from mobile to DevOps and anything in your programming language. I’ll be happy to help you. Thanks Kapena Peter Lumumba 0812174767 From: django-users

Re: Software Developer

2024-11-18 Thread Peter Lumumba
4d0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Kapena Peter Lumumba * *+27 81 2174 767* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Re: Software Developer

2024-11-18 Thread Peter Kapena
a shot when you find something. You can limit your search to South Africa and use an api such as strapi for searching. Kapena Peter Lumumba 0812174767 From: django-users@googlegroups.com on behalf of kemo njie Sent: Monday, November 18, 2024 5:11:10 PM To

Re: Resources to learn

2022-10-27 Thread Peter Benjamin Ani
Follow www.dj4e.com by Dr chucks On Thu, 27 Oct 2022, 02:56 Nitesh Mint, wrote: > I am new to Django and i have some basic knowledge of it. I completed a > book: Django for beginners. Now i need some help with resources to follow > and some great projects ideas to help me learn more. Please prov

In need of a Technical Mentor

2022-10-27 Thread Peter Benjamin Ani
Hi everyone, My name is Peter and am a computer science student, I have been coding for a while now, majorly in C and Python, and am desperately in need of a technical mentor to help me out on Django, I don't mind if he gives me projects and sets deadline for me, am ready for it, I need so

Re: In need of a Technical Mentor

2022-10-27 Thread Peter Benjamin Ani
About internships, i have tried applying to some and haven't even reached interview stage, that's why i thought with a mentor to guide me, that would be more better On 10/27/22, Collins Emmanuel wrote: > Hello Peter, I’d advise you to seek for internship since you already know

Re: In need of a Technical Mentor

2022-10-28 Thread Peter Benjamin Ani
nt > help then write Back. Then you can get more experience. Also yoz should > make a upworks account as developer. On beginning with low hourly rate to > get good Reviews. And after a time you have more experience and get higher > hourly rates... > > Regards > > Peter Benj

Re: If Statement django template

2023-01-12 Thread Peter Benjamin Ani
why using a foreignkey then? what type of relationship is existing between the supplier and the On Thu, Jan 12, 2023 at 2:13 PM 'dtdave' via Django users < django-users@googlegroups.com> wrote: > I have the following relationship in a model > > class Contract(models.Model): > supplier = model

Re: If Statement django template

2023-01-12 Thread Peter Benjamin Ani
Have you figured out a solution to it? On Thu, 12 Jan 2023, 15:52 Namanya Daniel, wrote: > > Replace supplier with related_name > > On Thu, 12 Jan 2023 at 16:13, 'dtdave' via Django users < > django-users@googlegroups.com> wrote: > >> I have the following relationship in a model >> >> class Cont

Re: Setting recipient name in EmailMultiAlternatives

2023-03-27 Thread Peter Benjamin Ani
I don't fully understand the error, can you describe it more please On Mon, 27 Mar 2023, 13:54 Sylvain, wrote: > Hello, > > I’m using the following code to send mails to my users, with their name > appearing in the `To` header: > > msg = EmailMultiAlternatives(subject=subject, body=body, > to=f"

Re: CSV file

2023-06-08 Thread Peter Benjamin Ani
Try using Python anywhere On Fri, 9 Jun 2023 at 07:15, Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > Probably you need to show the code snippet on where you generate the csv > file. > > On Fri, 9 Jun 2023 at 13:51, Percy Masekwameng < > percymasekwameng...@gmail.com> wrote: > >> It

Re: Looking for a Learning Buddy

2023-06-16 Thread Peter Benjamin Ani
Have you tried working on a project? On Fri, 16 Jun 2023 at 23:00, John Ayodele wrote: > Hi! It's John. > > I am currently looking for a learning buddy💡, for Machine Learning. > I have little experience in Django🕸 and I code in Python🐍. > > The learning buddy would have one-on-one meetings with

Re: associate Developers for Google

2023-06-17 Thread Peter Benjamin Ani
Yes please, how can I hit you hit for the application please On Sat, 17 Jun 2023 at 15:11, Ashish Rawat wrote: > Yes i am looking > > On Sat, Jun 17, 2023, 7:39 PM Lucifer Black > wrote: > >> Is there anyone that wants a job at google developer at home looking for >> three people >> >> >> Get Ou

Re: associate Developers for Google

2023-06-17 Thread Peter Benjamin Ani
I know it might be a scam normally, but am not dropping any confidential info On Sat, 17 Jun 2023 at 16:34, John Ayodele wrote: > Yes Muhammed! > I also thought of it. I think it's a scam. > > On Sat, Jun 17, 2023 at 4:30 PM Muhammad Juwaini Abdul Rahman < > juwa...@gmail.com> wrote: > >> Be care

Re: Trainer Job

2023-06-30 Thread Peter Benjamin Ani
Check ur inbox On Fri, 30 Jun 2023 at 12:43, Srikanth K wrote: > Hi, Anybody here experienced in training Python, Machine learning, Django > etc. just reply back to this email. (srikopan...@gmail.com) with your CV > and contact details.This is a Full time job and we have an urgent > requirement.

Re: Problem with my website

2023-07-12 Thread Peter Benjamin Ani
Chat me up let’s look into it On Wed, 12 Jul 2023 at 21:20, Chetan Ganji wrote: > Have you set the default url for the website? > > Sharing your urls.py file will help someone guide you better. > > Regards, > Chetan Ganji > +91-900-483-4183 > ganji.che...@gmail.com > http://ryucoder.in > > > On

Re: i learnt django basics but i want to learn django for become a master in django where can i get resourse

2023-08-10 Thread Peter Benjamin Ani
Build more projects On Thu, 10 Aug 2023 at 14:23, Peram Ashokkumar wrote: > i have been learning python fullstack since in the 3 months in our > institute that mentor tought only basic but i want to get job as > experience candidate because i have three years of gap please any respond > to t

Having a tough time getting started with Django

2011-01-05 Thread Peter L. Berghold
fancy there. Here is the settings.py file. pe...@slcjwebapp0:~/agilitystewards$ cat settings.py # Django settings for agilitystewards project. DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( ('Peter L. Berghold', 'pe...@berghold.net'), ) MANAGERS = ADMINS DATABASE_EN

Re: Having a tough time getting started with Django

2011-01-05 Thread Peter L. Berghold
ere's a zero there...) I'll see about installing the "latest and greatest" version. Thanks for the nudge. -- Peter L. Berghold -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Django with PostgreSQL on Debian.

2011-01-06 Thread Peter L. Berghold
ybody steer me to the correct package? -- Peter L. Berghold -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django

Displaying multiple forms in django

2016-07-01 Thread peter harvy Mugisha
Would like to display three forms on a single page using the twitter bootstraps nave tabs kinder style -- 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-

AuthenticationForm 'data' keyword argument?

2019-02-14 Thread james . peter . schinner
Hi, I have just been following the Django documention on forms: https://docs.djangoproject.com/en/2.1/topics/forms/ And I was having an issue with validating the posted data in the view code. I came across this Stack Overflow post : https://stackoverflow.com/questions/45824046/djangos-authent

Re: AuthenticationForm 'data' keyword argument?

2019-02-14 Thread james . peter . schinner
So I should be using: form = AuthenticatioForm(request) It seems odd that the signature for various form aren't the same, at least in respect to *args. **kwags I can understand being different. Regardless I wanted to highlight a gotcha that wasn't immediately obvious. Also, I received no erro

Re: Electronic Notebook (ELN)

2015-09-03 Thread Peter L. Berghold
On Wed, Sep 02, 2015 at 07:39:14PM -0700, Aref wrote: > I am looking for an electronic notebook for general engineering notes. It > seems that this would be a good candidate application for Django. Does You might want to take a look at Evernote. Been using that application for a while and it

Re: Electronic Notebook (ELN)

2015-09-03 Thread Peter L. Berghold
On Thu, Sep 03, 2015 at 07:22:04AM -0700, Derek wrote: > On Thursday, 3 September 2015 15:57:49 UTC+2, Cowdawg wrote: > > Off-topic ... but I assume you mean "an official Linux client"? What > third-party party clients have you tried and why have they failed? > I tried "nevernote" (renamed...

installing virtualenv help 'main' errors

2018-07-24 Thread Peter Gray-Read
Greetings ... I'm just starting out... I am trying to install ‘virtualenv’ on my windows 8 laptop so I can use a tutorial to learn DJANGO. I’ve spent about 2 days trying alternatives… desperate for help… thanks I’ve tried using pip in many variations… I ALWAYS get the error message:

Re: i learnt django basics but i want to learn django for become a master in django where can i get resourse

2023-08-10 Thread Peter Benjamin Ani
Try getting the ebook (Django 4 by example) and build projects in it, from there u are good to go On Thu, 10 Aug 2023 at 18:01, Basith wrote: > Any sample projects? any free resources? > > On Thursday, 10 August 2023 at 22:25:30 UTC+5:30 John Ayodele wrote: > >> Build a good portfolio and push t

Re: i learnt django basics but i want to learn django for become a master in django where can i get resourse

2023-08-10 Thread Peter Benjamin Ani
234811513 that’s my WhatsApp On Thu, 10 Aug 2023 at 19:35, Chisom Iheanacho wrote: > hello chief.. I have Django 3 by example, can I follow the projects in it > too? > pls can I get your WhatsApp number too? > > On Thu, Aug 10, 2023, 6:05 PM Peter Benjamin Ani < > benj

Re: Help on Error while deploying a django app on render.

2023-08-25 Thread Peter Benjamin Ani
Where are you hosting? On Thu, 24 Aug 2023 at 22:37, ALINDA Fortunate wrote: > Hello family some help i have this error > > Aug 25 12:28:30 AM ImportError: Couldn't import Django. Are you sure it's > installed and available on your PYTHONPATH environment variable? Did you > forget to activate a

Re: JOB

2023-10-15 Thread Peter Benjamin Ani
Join and participate in hackathon On Sun, 15 Oct 2023 at 19:42, Dev Femi Badmus wrote: > Eyaaa > > -- > 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

Re: InlineModelAdmin min_num ?

2008-08-18 Thread Peter of the Norse
Perhaps you’re thinking of `extra`? On Aug 13, 2008, at 9:24 PM, mike wrote: > InlineModelAdmin has max_num , shouldn't it have a min_num or am I > missing something? > > Thanks, > -Mike -- Peter of the Norse --~--~-~--~~~---~--~~ You r

Re: return django models using custom sql

2008-08-26 Thread Peter of the Norse
on from http://docs.djangoproject.com/en/dev/ref/models/querysets/ Using it may cause unexpected results. Check that the SQL it generates is what you want, and it might not work with your model. -- Peter of the Norse --~--~-~--~~~---~--~~ You received this mes

Re: problems with request.user

2008-08-28 Thread Peter of the Norse
API has recently changed? I've scoured >>> the latest online documentation, and can't seem to find any >>> alternate >>> way to access the ID of the currently logged in user. Any help is >>> app

Re: best practice to delete an object

2008-03-09 Thread Peter of the Norse
gt; every > domain has a concept of objects being owned by anybody (or any group of > bodies). So you need to do whatever permission checking is appropriate > for your problem domain. > > Malcolm > > -- > Honk if you love peace and quiet. > http://www.pointy-stick.com/blog/ >

Can newform fields do translation?

2008-03-09 Thread Peter of the Norse
could make a new Widget that overrides render and converts data, but I was wondering if there way a way to have the Field do it. -- Peter of the Norse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Custom ID field with random string

2008-04-05 Thread Peter of the Norse
0% chance of conflict. Since that’s not likely to happen any time soon, 12 characters are enough. And if YouTube and Vidder merge, they can just add a y/v to the end and that’s good enough. -- Peter of the Norse --~--~-~--~~~---~--~~ You received this messag

Re: urls stumping me

2008-04-29 Thread Peter of the Norse
ooks like this: >>> urlpatterns += patterns('django.views.generic.list_detail', >>> (r'^(?P[\w-]+)/$', 'object_detail', >>> precinct_detail_info), >>> ) >> >>> And my urls.py file under my elections app looks

Re: Unicode slug?

2008-05-10 Thread Peter of the Norse
^post/(?P\d{4})/(?P[a-z]{3})/(?P\w{1,2})/(? > P[\-\d\w]+)/$' > > It work well (with slug.encode) but not all case. I mean, some > characters produce error. > > What is the best way to deal with this thing? Or just use something >

Re: Data truncated for utf-8 string

2008-05-28 Thread Peter of the Norse
Hello, >> >> I'm using MySQL as my backend. Everytime when I want save a utf-8 >> string there is warning that string has been truncated. Ie. I have >> model with CharField(max_length=10), then want to add string >> żźćźżąłśćó it

Re: "no relations found"?

2008-06-05 Thread Peter of the Norse
ning on the same server. Do `manage.py syncdb` and `manage.py dbshell` and it should work. -- Peter of the Norse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: foreign key and verbose name?

2008-06-11 Thread Peter of the Norse
have as expected, like other field > types?) It’s the only way to make it required. When defining methods (including __init__), all required arguments must be listed first. Otherwise it’s ambiguous. -- Peter of the Norse --~--~-~--~~~---~--~~ You received t

Re: method="POST" form problems. Help required

2008-06-27 Thread Peter of the Norse
T form. > > Now I get one doubt. Can't we nest the forms? Does nesting of forms > make sense in any context? [1]: http://www.whatwg.org/specs/web-forms/current-work/#changes -- Peter of the Norse --~--~-~--~~~---~--~~ You received this mes

Re: Django Setup with apache & mod_python

2008-07-03 Thread Peter of the Norse
the documentation states "… > and replace mysite.settings with the Python import path to your Django > project’s settings file." <-- would this be the full path to the > settings.py file? > > I tried this and all I'm getting is a blank page - for every U

Re: Idea

2021-10-31 Thread Peter of the Norse
I’m worried that you are getting on the wrong track here. All web development is necessarily client-server based. One of the signs of a poorly designed VB application is the way that you can put DB code in a button action. That isn't possible in a browser. Instead all it can do is contact th

Re: Idea

2021-10-31 Thread Peter of the Norse
Most of the people that think switching to node.js only know PHP. That’s why it looks like a good idea. > On Sep 20, 2021, at 2:46 AM, David Nugent wrote: > > This is almost the same case that nodejs users have put forward since it was > invented - why learn 2 languages when 1 will do? node

Re: Question regarding organizing models

2021-11-14 Thread Peter of the Norse
You can put a string with the name of a class that is yet to be defined in the ForeignKey. https://docs.djangoproject.com/en/3.2/ref/models/fields/#foreignkey In this case you would do created_by_id = models.ForeignKey(

Re: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

2021-11-20 Thread Peter of the Norse
CommentForm inherits from both ModelForm and “forms”. I don’t know what “forms” is, but PEP-8 says all classes should be capitalized. If forms is a base class that has already defined Meta, then you need to have CommentForm’s extend it. So change the line to class Meta(forms.Meta): > On Oct

Re: Views in django

2012-02-04 Thread Peter of the Norse
t; > When all this is applied, it creates a view out of 2 tables i.e Amount > and ClientJob without using foreign key. Now I want to have sum of the > total and net_total fields for the views generated. Peter of the Norse rahmc...@radio1190.org -- You received this message because you ar

Re: Problem getting django on mac (10.5/Leopard) working

2012-02-05 Thread Peter of the Norse
nse" for more information. >>>>>>> import django >>>> Traceback (most recent call last): >>>> File "", line 1, in >>>> ImportError: No module named django >> >>>> What am I missing or doing wrong? >> &

Re: save() creates new entry instead of updating the passed on as instance

2012-03-12 Thread Peter of the Norse
> To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. Peter of the Norse rahmc...@radio1190.or

<    3   4   5   6   7   8   9   10   >