Juwaini
Abdul Rahman escribió:
> In summary, you're looking for free labour?
>
> On Sat, 16 Mar 2024 at 03:49, Jorge Bueno wrote:
>
>> Good evening everyone, I need help in my personal project to create an
>> agricultural and livestock marketplace and an agricultural and
e had people say they will collaborate on the project but then they
don't collaborate on the project, please don't be that kind of person.
Best regards,
Jorge
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
I wrote about the same thing before but I only sent the title XD.
The project:
I'm working on an interesting project that I think might interest you. This
is an online market similar to farmers' and ranchers' markets in the US,
but with an online focus. The project is going to be redone from scra
The project:
I am working on an exciting project that I think you may be interested in.
It is an online marketplace, similar to the US farmers and livestock
markets, but with a strong online focus. The project is going to be redone
from 0 I have a very detailed backlog . Contributing to this re
Good Amen Guda I need to know the prefix to add because I get that number
for that very reason.
El lun, 12 feb 2024 a las 8:18, Amen Guda () escribió:
> Hey I’m interested add me thank you add me 0944365493
>
> On Sun, Feb 11, 2024 at 11:38 PM Jorge Bueno
> wrote:
>
>&g
ntributing to your project, do I fork to my repo and
> make pull requests?
>
> On Sun, Feb 11, 2024 at 4:55 PM Jorge Bueno
> wrote:
>
>> Thank you very much to everyone for wanting to help me, I have identified
>> more specifically the errors that I have in the l
Excuse the translator or I must have made a mistake, I mean I don't know
how to fix it
El dom, 11 feb 2024 a las 17:54, Jorge Bueno ()
escribió:
> Thank you very much to everyone for wanting to help me, I have identified
> more specifically the errors that I have in the local serve
las 17:46, Adeyemi Deji ()
escribió:
> I’m interested. Pls create a WhatsApp group so we can communicate better.
> +2349011735491
>
> On Sat, 10 Feb 2024 at 17:54, Jorge Bueno
> wrote:
>
>> The project:
>>
>> I am working on an exciting project that I thi
Hello, thank you very much for your interest in the project.right now I
have problems with the localhost I have created a file in which all the
errors of the terminal come out:
https://github.com/Programacionpuntera/Marketplace-Supremo/blob/main/Current%20project%20problems
El sáb, 10 feb 2024 a l
Very nice localhost
El sáb, 10 feb 2024 a las 20:33, Vairamuthu Puvanachandran (<
vai.pu...@gmail.com>) escribió:
> Are you checking your site on the localhost or a web hosting server?
> Vairamuthu
>
> On Sat, Feb 10, 2024 at 11:55 AM Jorge Bueno
> wrote:
>
>> The
The project:
I am working on an exciting project that I think you might be interested
in. It's about an online marketplace similar to the US farmers and
livestock markets, but with an online focus. The project is already half
done, with a well-defined requirements list and backlog that will all
I have thought about these functionalities:Structure of the Application for
the play store.
The application will be divided into the following main sections:
1.User Registration:This section will allow users to create accounts and
provide personal information, such as their name, age, gender, w
Very good. It turns out that I want to create a digital market that
connects farmers and ranchers with consumers. For now what I have is the
programming code and that runs django but the functionalities do not appear
in django. I don't know what step to take now but I consider that it is
because th
Hi friends. I write these lines for help as I am new in django. I built a
project and I deployed but for some razon, it doesn't work everything fine.
The main issue is that my store doesn't appear with its items. The site is
*Hi friends. I write these lines for help as I am new in django. I built
Hi friends. I write these lines for help as I am new in django. I built a
project and I deployed but for some razon, it doesn't work everey thing
fine. The main issue is that my store doesn't appear whit its items. The
site is solquimicas.tk
This is an spanish site, so tienda is the store
El mar
;>>> 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.google.com/d/msgid/django-users/CAK5m316xfF43VCU
ble.
>
>You should consider upgrading via the 'pip install --upgrade pip'
> command.
>
> ! Push rejected, failed to compile Python app.
>
> ! Push failed
>
> CAN ANYONE HELP?
>
>
I would start by upgrading pip (https://pypi.org/
offer any more specific help.
-Jorge
On Tue, Nov 10, 2020 at 12:57 PM griffines onyango <
griffinesonya...@gmail.com> wrote:
>
> "trying to load '%s': %s" % (entry[1], e)
> django.template.library.InvalidTemplateLibrary: Invalid template library
> specified.
That's a helper function to get the Question instances you need for
testing. It's a way to query for those questions without repeating the
same code over and over in tests.
-Jorge
On Wed, Nov 11, 2020 at 5:56 AM Carlos Henrique <
carloshenrique...@poli.ufrj.br> wrote:
>
django.contrib.staticfiles by design will serve static files only when
debug is set to False. It's not designed to serve static files in a
production environment. See here:
https://docs.djangoproject.com/en/3.0/howto/static-files/deployment/
-Jorge
On Mon, Jul 13, 2020 at 5:11 AM A
Postgres on Windows may have a different story and user interface. You may
need to use something like pAdmin to work with it.
-Jorge
On Sat, May 30, 2020 at 10:20 AM sunday honesty
wrote:
> I have been in a message before I could successfully install postgresql on
> my windows; it
Similar to keys in a dictionary, keyword argument names are case
sensitive. Try to pass in the lowercase version 'null':
Raison_Non_Delivery_cd = models.ForeignKey(Raison,
on_delete=models.CASCADE, related_name='raisonNonDelivery', null=True)
-Jorge
On Wed, May 20, 2
.
In your fusioncharts/urls.py, I would add this (completely untested):
from django.urls import path
from fusioncharts import views
urlpatterns = [
> path('home/', views.home, name=''),
>
*path('display_data//', views.display_data,
name='
log post on using
multiple settings files. Maybe it will help:
https://simpleisbetterthancomplex.com/tips/2017/07/03/django-tip-20-working-with-multiple-settings-modules.html
I hope this helps!
-Jorge
On Mon, May 18, 2020 at 6:51 PM chaitanya orakala
wrote:
> I tried that way, sir. but it
the imports in that file need to be changed.
If that's not the case, then we need to see what the directory structure
looks like to figure this out.
-Jorge
On Sat, May 16, 2020 at 4:04 PM chaitanya orakala
wrote:
> Do you have any idea why i am getting this error?
>
> On Sat, May
:
>
> Traceback (most recent call last):
> File "manage.py", line 10, in
> execute_from_command_line(sys.argv)
> File
> "C:\Users\1\AppData\Local\Programs\Python\Python38-32\lib\site-packages\django\core\management\__init__.py",
> line 401, in execute_from
s 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.google.com/d/msgid/django-users/0381e998-321e-489f-abe1-853b6997930f%40googlegroups.com
> <https://groups.google.co
On Fri, May 15, 2020 at 5:27 PM John McClain wrote:
> try removing this
>
> django-utils==0.0.2
>
> from requirements then run again to see next error
>
Good catch! I'll bet there's a name collision here.
-Jorge
--
You received this message because you are sub
Is this in a virtual environment? Are you using pipenv?
-Jorge
On Fri, May 15, 2020 at 1:24 PM J Maryott wrote:
> C:\Users\jakem\python-getting-started>pip freeze
> asgiref==3.2.7
> dj-database-url==0.5.0
> Django==3.0.6
> django-heroku==0.3.1
> django-utils==0.0
59-eb10-4def-90dc-762d1315e66a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
Can you type pip freeze into your terminal and copy/paste the output here,
please?
-Jorge
--
You received this message because you are subscribed to the Google Groups
"Dja
ps.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3e8a7709-985a-4fdf-8209-f9d3fe4c9809%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/3e8a7709-985a-4fdf-8209-f9d3fe4c9809%40googlegroups.com?utm_medium=email&ut
On Fri, May 8, 2020 at 2:00 AM ratnadeep ray wrote:
> I am new to Django and hence don't have much idea about it. I am trying to
> create an app having the following contents in my view.py file:
>
> from django.shortcuts import render
>> from fusioncharts.models import City
>> def pie_chart(reque
mp;utm_source=footer>
> .
>
Are you getting a 404 in production, or while using the development server
(manage.py runserver)?
-Jorge
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group
-89dd-ec8bd65b2880%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/f40de223-b53c-4a14-89dd-ec8bd65b2880%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
There's a tutorial here:
https://wsvincent.com/django-custom-user-model-tutorial/
-Jorg
someone else do it?
If you're willing to do the work yourself, then a self-hosted option would
be best. DigitalOcean and Linode are two services I have used in the
past. For enterprise level stuff, Amazon Web Services is the option I hear
most (I don't have anything with needs at this
I just realized that the view is returning an HttpRequest. It should be an
HttpResponse object (and the import should be changed to bring that object
in as well).
-Jorge
On Mon, May 4, 2020 at 11:43 AM Deepti sharma
wrote:
> @rdsaini...@gmail.com
> I updated it with: path(&q
is means that the table is created sometimes
>> this happens when you make changes to the model and don't run migrations.
>>
>> On Sat, May 2, 2020 at 10:33 PM Jorge Gimeno wrote:
>>
>>>
>>>
>>> On Sat, May 2, 2020 at 7:43 AM Iain Stewart wro
sers/6f1d4cad-2d83-454d-b49b-7eaaef5b0ea8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
This is related to your previous post. The fields aren't showing up, and
they won't until they are properly defined and the database migration is
done.
-Jorge
--
You recei
ass Destination(models.Model):
name = models.CharField(max_length=100)
Try setting the rest of the attributes using the assignment operator ('='),
then run migrations again. You should see the fields in the admin.
-Jorge
--
You received this message because you are subscribed to the Go
ou're using sqlite3, which is file based) is named
(without quotes) "db.sqlite3'.
Hope this helps!
-Jorge
>
> Envoyé de mon iPhone
>
> Le 3 mai 2020 à 05:21, Jorge Gimeno a écrit :
>
>
>
>
> On Sat, May 2, 2020 at 8:09 PM Amina Anna Mahamane.O
&
ib/python3.7/site-packages/django/db/backends/utils.py",
> line 86, in _execute
> return self.cursor.execute(sql, params)
> File
> "/home/kirikou/mysite/env/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py",
> line 396, in execute
> ret
On Sat, May 2, 2020 at 10:37 AM Kushal Neupane wrote:
> Not primary key to use here.
> There might be different data.
> I am trying to do serial numbers as total numbers in the list. Thank you
>
> On Sat, May 2, 2020, 23:20 Jorge Gimeno wrote:
>
>>
>>
>> O
le.com/d/msgid/django-users/3842baeb-b054-482a-b127-ae5c160493ca%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
Models in Python have an autoincrementing primary key (unless you have
turned that off). See
https://docs.djangoproject.com/en/3.0/topics/db/models/#automati
iQXEDVzCKUpVygfGVRdSNh8MTU4ODQ5ODI0OEAxNTg4NDExODQ4&event=comments&stzid=Ugzjv_AAC_iJQGZgxuB4AaABAg>"
> in _exit_ 89. raise dj_exc_value.with_traceback(traceback) from exc_value File
> "C:\Users\user\PycharmProjects\PyShop\venv\lib\site-packages\django\db\backends\
> utils.p
o 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.google.com/d/msgid/django-users/b28044c2-c7f6-4cd8-a5e1-a20d9d8abfd1%40
u 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.google.com/d/msgid/django
%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKYSAw2PsC452Sk5_1e_sMy3HuZ3zWrFh5p6CVn6K-KsVF1Rqg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
This is one that's current and I have used before:
https://github.com/jlgimeno/wagtail-heroku-deployment
-Jorge
--
You
ur help !
>>
>>
>>
>> --
> 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.
>
On Thu, Apr 23, 2020, 7:46 AM Bruno Gama wrote:
> I have a problem since I tried to use get_absolute_url(self): to enter in
> a url beyond a photo. When I used , my index.html stopped running.
>
> Here I have the top level url.py
>
> from import adminfrom django.urls import path, includefrom sim
ue please, seems like you picked things up with
> someone till this email.
> Regards,
> Aditya
>
> On Mon, Apr 20, 2020, 3:11 PM 'Amitesh Sahay' via Django users <
> django-users@googlegroups.com> wrote:
>
> -+c Hello Jorge,
>
> After doing some research
> <https://groups.google.com/d/msgid/django-users/487c7392-e874-4a1e-a1ff-488ab933ae42%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
For my projects, I am going to keep CSRF tokens. The time taken to put one
in a template is minimal, and I don't run the risk of turning
I would try to replace return redirect('home') with return
redirect(reverse('home'))
-Jorge
On 4/18/20, Motaz Hejaze wrote:
> اعمل اسم الفانكشن الحقيقي مكان اسم ال url او استخدم redirect reverse
>
> On Sun, 19 Apr 2020, 6:35 am Ahmed Khairy,
> wrote:
>
If settings.DEBUG == False, then you have to put the allowed addresses
in settings.ALLOWED_HOSTS. If Debug is True, then I'm not sure what's
going on.
-Jorge
On 4/18/20, Markus Grossniklaus wrote:
> Thanks a lot Chucky!
> No error message
> displays at least one dot! fine
&
I believe you can still install Django the old fashioned way into your
virtual environment, i.e. (with your environment active, and from the
command prompt):
pip install django
django-admin startproject test_project
-Jorgge
On 4/17/20, kelvin smith wrote:
> Guys, I Just started using google clo
Amitesh,
Where is User.profile defined?
-Jorge
On 4/18/20, Saurabh Ranjan Singh wrote:
> I am having the same issue. Please fix it.
>
> On Friday, 17 April 2020 22:47:40 UTC+5:30, Amitesh Sahay wrote:
>>
>> Hi,
>>
>> I am creating a Django sig
To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABD5YeEbHc5ewqJKEFAS5XV1JfD%3DEqf8%3D_ScgjhTC5VY2NsDpw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABD5YeEbHc5ewqJKEFAS5XV1JfD%3DEqf8%3D_ScgjhTC5VY2NsDpw%40mail.gmail.com?utm_medium=email&am
/django-users/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAN-hv_ozmpT5qVuDJpkZcmcSyR4UCm8khgt5xr3eEkEDzsPKww%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
Are you setting the secret key as an
HDa-zTwbDUNY3buvxom5YBTAcjV-C4Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CA%2Bt%2BYr0EXwWkoArUk2_HDa-zTwbDUNY3buvxom5YBTAcjV-C4Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
Concuerdo con lo que indica Cosmos. Con eso dicho, el proble
uot;C:\Users\Dell\leo\leo\lib\site-packages\django\db\backends\sqlite3\base.py"
> in execute
> 303. return Database.Cursor.execute(self, query, params)
>
> Exception Type: OperationalError at /admin/auth/user/1/change/
> Exception Value: no such table: main.auth_user__ol
;t have Windows currently installed, but I have used Django on Windows
before. What are you trying to do, and what happens? If there's a
traceback please copy and paste into your reply, as this mailing list
strips attachments.
-Jorge
--
You received this message because you are subscribed to
To be pedantic, the object is None. It's a known issue with Powershell on
Windows.
-Jorge.
On Sun, Mar 15, 2020, 10:12 PM maninder singh Kumar <
maninder.s.ku...@gmail.com> wrote:
> The object is empty
>
>
> [image: --]
>
> Maninder Kumar
> [image: http://]a
Can you try closing the powershell, running the Powershell as an admin,
then trying again?
Another option would be to try from the command terminal instead of
Powershell.
Let us know how it goes.
-Jorge
On Sat, Mar 14, 2020 at 5:25 AM surendra ediga
wrote:
> Traceback (most recent call l
Have you checked the logs to see what the command returns?
-Jorge
On Fri, Mar 13, 2020 at 11:34 AM shree hari wrote:
> I tried that too.
> Still its the same.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group
if you used --app appname, then migrations didn't run. You can use 'heroku
run python manage.py migrate blog' (without the single quotes) to migrate
the blog app models, or 'heroku run python manage.py migrate' (again
without single quotes) to migrate all the models in
+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKYSAw03z7m%3D1udG%3DOptgsOegVupCrrnXd3GLsX377wKb-rsww%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKYSAw03z7m%3D1udG%3DOptgsOegVupCrrnXd3GLsX3
, do that
first.
-Jorge
On Fri, Mar 6, 2020 at 3:07 AM Alvaro Orozco
wrote:
> It seems like you're not activating the virtual environment. Active the
> virtual environment and install the dependencies.
>
> On Thu, Mar 5, 2020 at 11:02 PM Shishir Jha
> wrote:
>
>>
I "runserver"
>> (on page 55) I get a huge error dialog that seems to say that django can't
>> find the app. I have deleted the project several times and re-entered it,
>> so I think it is unlikely that it is a typing error.
>>
>>
>> On Thu
ur project isn't working once you get to templates. Is
there a book or tutorial you are following? That might help us know where
to start.
In addition to this list, there is a forum at forum.djangoproject.com (I
follow posts in there as well). That might be another resource for you,
. It's on PyPI here:
https://pypi.org/project/tqdm/. <https://pypi.org/project/tqdm/>
There's good docs there. Integrating it I leave as an exercise to you.
-Jorge
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
om it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5dceb145-7d89-4bd0-a3cf-24dd5155891a%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/5dceb145-7d89-4bd0
cause 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.google.com/d/
ação:
>
> Os pacotes a seguir têm dependências desencontradas:
> unixodbc-dev : Depende: unixodbc (= 2.3.7)
> Depende: odbcinst1debian2 (= 2.3.7) mas não será instalado
> E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
>
> Em ter., 18 de
There may be development libraries missing. An internet search found this:
sudo apt install unixodbc-dev
Hope it helps!
-Jorge
On Tue, Feb 18, 2020, 10:49 AM Elias Coutinho
wrote:
> Good afternoon people.
>
>
> Out of curiosity I installed SQL Server on Linux.
>
>
>
e variables a and b are both lists with a single object, but c is
different. It is a tuple, with the first (and only) element is a list. c
is similar to your authentication_classes variable in your view because of
that trailing comma which makes it a tuple. As you can see in the last two
lines of your t
on38-32\lib\pathlib.py",
> line 200, in resolve
> return self._ext_to_normal(_getfinalpathname(s))
> OSError: [WinError 123] The filename, directory name, or volume label
> syntax is incorrect: ''
>
> C:\Users\carva\mysite>
>
> --
> You
t the page cannot be
found, we need at minimum the urls.py files involved. Also, the traceback
in the terminal would be useful. Cut and paste, please. This list strips
attachments.
-Jorge
--
You received this message because you are subscribed to the Google Groups
"Django users" gro
s 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.google.com
I apologize to the list for posting all the emails to everyone. I'll keep
this going off list.
-Jorge
On Fri, Jan 31, 2020 at 10:09 PM Jorge Gimeno wrote:
> What I believe is going on is that Django is looking for the password
> reset view at password_reset, and that url path do
leave the rest
unchanged. Does anything change?
-Jorge
On Fri, Jan 31, 2020 at 9:21 PM Dave Ko wrote:
>
> LOGIN_REDIRECT_URL = 'news:all_news'
>
>
> all_news is the first page of the website
>
> On Saturday, February 1, 2020 at 1:16:53 PM UTC+8, jlgimeno71 wrote:
&g
st_framework.urls', namespace=
>>> 'rest_framework')),
>>>path('/tinymce/', include('tinymce.urls')),
>>>
>>> ]
>>>
>>> if settings.DEBUG:
>>>urlpatterns += static(settings.MEDIA_URL, document_root=
Django forms do support file uploads. The FileField form field
documentation is here:
https://docs.djangoproject.com/en/3.0/ref/forms/fields/#filefield
-Jorge
On Fri, Jan 31, 2020 at 5:35 PM Abdullah Shaker <
abdullah.shaker2...@gmail.com> wrote:
> i am tring to make a form throu
error-and-how-do-i-fix-it
-Jorge
--
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 o
Hmm. Not doing that on mine. It is correct that __str__() is defined in
models.Model, which your models inherit from. I don't know why it would be
considered an error.
-Jorge
On Sun, Jan 12, 2020 at 1:56 PM Julius Lange
wrote:
> Dear people,
>
> currently doing the django tu
ot;'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
>> install --record
>> 'C:\Users\Admin\AppData\Local\Temp\pip-record-gq4a004x\install-record.txt'
>> --single-version-externally-managed -
th that accomplished, I was then able to gain access to the Github
> library.
> Thanks again for your suggestions. In the process of attempting one task,
> I learned many other things.
>
> On Thu, Jan 2, 2020 at 8:27 PM Jorge Gimeno wrote:
>
>>
>>
>> On Wed, J
On Wed, Jan 1, 2020 at 6:07 PM Mark34.59 wrote:
> Windows 10 PC with new Git installation is failing to recognize the
> command "pip":
> pip install git+https://github.com/gbozee/django- (command I typed per
> instructions)
> bash: pip: command not found (response from Git)
>
> On Wednesday, Janu
0googlegroups.com
> <https://groups.google.com/d/msgid/django-users/67cadc7f-e82e-4971-8719-124d01414803%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
Would you please copy and paste the entire traceback here? It will help us
see what's going on.
-Jorge
>
--
82-b250-4575-830f-f74a08830a7a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
I see a missing comma in line 24...
-Jorge
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group an
m=email&utm_source=footer>
> .
>
The exception is pretty clear here: The string '1' is not a valid UUID
value. Without seeing the rest of your code, it's impossible to know where
that value came from.
-Jorge
--
You received this message because you are subscribed to the Go
roku itself as a configuration
variable. If you provision the database in Heroku, it will be set for
you. See here:
https://devcenter.heroku.com/articles/heroku-postgresql#provisioning-heroku-postgres
-Jorge
--
You received this message because you are subscribed to the Google Groups
&quo
Cutting and pasting the entire traceback is a good start in helping us see
what is going wrong.
-Jorge
On Thu, Dec 5, 2019 at 10:43 AM Ram wrote:
> Hi,
>
> I'm also hitting the similar error. I would like to know what causes this
> error. Basically we are reading a XML fi
-model-tutorial/
-Jorge
On Wed, Dec 4, 2019 at 4:58 PM Tosin Ayoola wrote:
> buenos días, gracias, sí, tengo un súper usuario creado, pero no puedo
> ejecutar ningún comando que use manage.py
> Gracias
>
>
> On Thu, Dec 5, 2019 at 1:49 AM jose angel encinas ramos <
> encin
l not be able to answer.
Hope it helps!
-Jorge
On Sat, Nov 30, 2019 at 6:01 AM Debabrata Chakraborty <
debobroto.c...@gmail.com> wrote:
> Hi everyone,
>
> I'm a beginner Django developer. So my apologies in advance for newbie
> like questions.
>
> I am building my
Where is the views.py file located?
On Sun, Nov 24, 2019 at 10:23 AM Shrikanth M
wrote:
> can i get solution for this?
>
> On Saturday, August 5, 2017 at 4:43:42 AM UTC+5:30, Body Abdo wrote:
>>
>> I'm trying to import view in my url in base project but i can't
>>
>>
>> File "/var/www/project/ve
It looks like the call to @api_view should be like this:
@api_view(['GET', 'POST'])
In other words, pass in a single list of the permitted HTTP methods. Docs
here: https://www.django-rest-framework.org/api-guide/views/#api_view
-Jorge
On Thu, Oct 24, 2019 at 5:01 PM chiyabg
Can you post your models.py files, please?
-Jorge
On Tue, Oct 22, 2019, 6:07 PM fils-aime walnes andre <
walnesfilsa...@gmail.com> wrote:
> Merci freo
>
> Le lundi 21 octobre 2019, adonis simo a écrit :
>
>>
>> # Generated by Django 2.2.3 on 2019-10-21 22:00
>
Hello,
With the information we have here it's very difficult to suggest anything.
I assume this is a web project. Are you using a framework? Which one? How
do you render the html pages? What have you tried so far?
All questions which will help us help you.
-Jorge
On Mon, Oct 21, 2019 at
Searches to both of your error messages suggested a mismatch in .so
objects. I would uninstall and reinstall Django and see if that helps.
-Jorge
On Sun, Oct 20, 2019 at 7:59 AM 'Abhishek Sharma' via Django users <
django-users@googlegroups.com> wrote:
> During handling of
I saw this that may be relevant:
https://stackoverflow.com/questions/7576202/how-can-i-pass-two-models-to-a-class-based-generic-view
-Jorge
On Thu, Oct 17, 2019 at 8:14 PM sotiris moustogiannis
wrote:
> I want to make custom function because i want to take one result from 2
> different
and pasting the traceback and
showing us the actual code (with line numbers if you have them). It will
help us diagnose the problem.
-Jorge
On Thu, Oct 17, 2019 at 7:25 PM wd wrote:
> oh ,sorry my mistake. But I think the error is pretty clear ...
>
> On Fri, Oct 18, 2019 at 10:23 AM wd
1 - 100 of 359 matches
Mail list logo