Mobile App

2022-09-04 Thread Peter Kirieny
Hello team Django, I have a fully functioning website how can I easily turn it into a mob app 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 email to django-use

someone to help in this please

2020-06-16 Thread Peter Kirieny
am using Geodjango with postgresql db and i get this error while trying to run the server; raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"). Is GDAL installed? If it i s, try set

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
yea, I installed it with OSGEO4W On Tue, 16 Jun 2020 at 18:14, Budi Hermansyah wrote: > Did you already install gdal n friends? > > > https://docs.djangoproject.com/en/3.0/ref/contrib/gis/install/geolibs/ > > > > On Tue, 16 Jun 2020 at 22.12 Peter Kirieny wrote: >

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
; > *Mobiles:+256 755 442248, * > > * +256 781 493558.* > *Twiter: @RBalwane* > *WhatsApp: **+256 755 442248* > > > *Balwane Holding Inc.* > > > > > On Tue, 16 Jun 2020 at 18:11, Peter Kirieny > wrote: > &g

Re: someone to help in this please

2020-06-17 Thread Peter Kirieny
fortunately am in windows, once again thanks I'll let you know the proceeds On Wed, 17 Jun 2020 at 15:23, Kasper Laudrup wrote: > Hi Peter, > > On 17/06/2020 14.04, Peter Kirieny wrote: > > yea, I installed it with OSGEO4W > > > > So I assume you are on Windo

Re: someone to help in this please

2020-06-18 Thread Peter Kirieny
+256 781 493558.* > *Twiter: @RBalwane* > *WhatsApp: **+256 755 442248* > > > *Balwane Holding Inc.* > > > > > On Tue, 16 Jun 2020 at 18:11, Peter Kirieny > wrote: > >> am using Geodjango with postgresql db and i get this erro

help

2020-06-22 Thread Peter Kirieny
can someone help with this please django.db.utils.OperationalError: FATAL: password authentication failed for user "Admin" -- 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 a

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
Kasper Laudrup > wrote: > >> Hi Peter, >> >> On 23/06/2020 13.15, Peter Kirieny wrote: >> > thank you >> > how do i activate virtual environment please? >> > >> >> >> https://hostadvice.com/how-to/how-to-create-a-virtual-envir

[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

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

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

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