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
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
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:
>
;
> *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
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
+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
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
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
'USER': 'admin',
> 'PASSWORD': 'mypassword',
> 'HOST': 'localhost',}
>
> Otherwise
>
> 'USERNAME': 'admin',
>
> You can try both !
>
> On Tue, Jun 23, 2020 at 2:21 PM 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
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
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
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
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
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
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
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 &
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
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,
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
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
>>>
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
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
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
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
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:
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
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
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
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
30 matches
Mail list logo