Re: Admin form_url breakout problem

2019-02-02 Thread Mike Dewhirst
Matthew I was wrong. I'm still in trouble. I thought it might be an incomplete transaction so I tried making the the subscription.save() atomic but to no avail. Here is what happens ... 1.  Add an ingredient which is payable 2.  Save mixture 3.  SubstanceAdmin.change_view() establishes

Re: PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-02 Thread Carsten Fuchs
Hi Nori, does the choice actually exist? Can you find it if you query the choices using the ORM in `./manage.py shell`? Best regards, Carsten Am 03.02.19 um 03:59 schrieb Atsunori Kaneshige: > Hi Django users, > > I started using Django recently. > I am following the official Django tutorial.

Re: PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-02 Thread Nitin Kalmaste
Have you migrated database and added any question there? On Sun, Feb 3, 2019, 8:39 AM Atsunori Kaneshige Oh, one note is that I am using postgresql. > everything else except vote function in views.py seems working. > > Sorry, any help would be really appreciated! > > Nori > > On Saturday,

Re: static css and default admin css not working in my pc

2019-02-02 Thread abel otugeme
I have noticed that when you try to load static files for a separate template from a base template it doesn't work. Is it a 32bit system? On Feb 2, 2019 7:29 PM, wrote: > follow this tutorial https://youtu.be/YH-ipgxlJzs > > -- > You received this message because you are subscribed to the Google

Re: PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-02 Thread Atsunori Kaneshige
Oh, one note is that I am using postgresql. everything else except vote function in views.py seems working. Sorry, any help would be really appreciated! Nori On Saturday, February 2, 2019 at 10:02:14 PM UTC-5, Atsunori Kaneshige wrote: > > Hi Django users, > > I started using Django recently.

PLEASE HELP! Django documentation, Writing Your First App, Part 4

2019-02-02 Thread Atsunori Kaneshige
Hi Django users, I started using Django recently. I am following the official Django tutorial. I am just at Writing Your First Django App, Part4, and I have been just copying and pasting all codes. But I have a problem in vote. I inserted print(question) and this is printed in detail.html also,

Re: Looking for a Django Co-Founder.

2019-02-02 Thread Zack Amaral
We need somebody that can help with the backend but also knows vue.js or react. I’m sorry I haven’t been able to contact everybody. There’s been a lot of requests. On Sat, Feb 2, 2019 at 2:29 PM Zack Amaral wrote: > No, I’ve just been busy and haven’t had time to look at everybody’s > response.

Re: Looking for a Django Co-Founder.

2019-02-02 Thread Zack Amaral
No, I’ve just been busy and haven’t had time to look at everybody’s response. We are looking for one front end / Django developer. I’m still trying to meet with people. I’ve been emailing them individually. On Sat, Feb 2, 2019 at 2:11 PM Mark Phillips wrote: > This thread appears to be a scam.

Re: Convert JSON data into structured data in an SQL database using Django ORM

2019-02-02 Thread Mark Phillips
MySQL and Postgres both support JSON fields directly, and have some searching capability built in for those fields. I don't think you have to use the django-jsonfield anymore. Check the MySQL and/or Postgres docs - https://dev.mysql.com/doc/refman/8.0/en/json.html

Convert JSON data into structured data in an SQL database using Django ORM

2019-02-02 Thread Parth Sharma
I am building a chatbot using Django with a MySQL backend. I have a `ChatSession` model which represents all the useful information to be stored after the end of a chat session . Now, it has a JSON field called `cc_data`(Implemented using

Re: Looking for a Django Co-Founder.

2019-02-02 Thread Mark Phillips
This thread appears to be a scam. It seems the OP is not contacting any of the folks who say they are interested. Perhaps this thread should be removed? Mark On Sat, Feb 2, 2019 at 6:15 AM Anh Nguyen wrote: > Hi, it there are still able to join ? > > Sent from my iPhone > > On Jan 31, 2019, at

static css and default admin css not working in my pc

2019-02-02 Thread officialjoemayami
follow this tutorial https://youtu.be/YH-ipgxlJzs -- 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

Re: static css and default admin css not working in my pc

2019-02-02 Thread ROCKING MANOJ
same problem here please help On Sat, Feb 2, 2019 at 9:12 PM Vivek Modi wrote: > i had made a project in django with a app and if i am trying to open admin > panel it's not showing me the default css of admin and even if i add static > css to my app it's not working but if i send my code to

Passing pk arguments from a URL into another view

2019-02-02 Thread GavinB841
*Hi all,* *I am having issues using arguments from a URL in another view, I have reached out on stackover flow with no success, i believe i am wording this question poorly.* *To quickly explain * - *I have a main site which shows a list of sports clubs. When the user selects on one it

static css and default admin css not working in my pc

2019-02-02 Thread Vivek Modi
i had made a project in django with a app and if i am trying to open admin panel it's not showing me the default css of admin and even if i add static css to my app it's not working but if i send my code to someone else and they run my code then css is working in there pc -- You received this

Re: DJANGO

2019-02-02 Thread Khushal Kumar
https://docs.djangoproject.com/en/2.1/howto/legacy-databases/ This might help. On Sat, Feb 2, 2019 at 3:18 AM Jihene wrote: > hiii , how to connect django to an existing database?? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: E-commerce with Django framework

2019-02-02 Thread Khushal Kumar
you're welcome. Did it work? On Sat, Feb 2, 2019 at 7:55 PM Khushal Kumar wrote: > Right click on pgadmin and troubleshoot it. > > On Sat, Feb 2, 2019 at 6:48 PM kibirige Gerald Joseph < > geraldjose...@gmail.com> wrote: > >> Hello >> I have problem running PostgreSQL pg admin on windows 10.

Re: E-commerce with Django framework

2019-02-02 Thread Khushal Kumar
Right click on pgadmin and troubleshoot it. On Sat, Feb 2, 2019 at 6:48 PM kibirige Gerald Joseph < geraldjose...@gmail.com> wrote: > Hello > I have problem running PostgreSQL pg admin on windows 10. whenever I > start the application it brings out this error: > "Fatal error: the application

Re: Retrieve data from database by taking user input data.

2019-02-02 Thread Derek
Using the `render` method or, failing that `redirect`, after the data from the results of your query have been collated. Without actual code , its hard to help you further. On Friday, 1 February 2019 21:05:28 UTC+2, Surajeet Das wrote: > > I have been trying to write a query to retrieve data

Re: Where is the data set of the Django documents demo models

2019-02-02 Thread Jason
you would have to make your own data set for that, or try googling around. the demo is just to show how to make a django project, and doesn't contain any data. one option for making your own is using factory boy or model mommy projects to generate realistic randomized data. -- You received

Re: E-commerce with Django framework

2019-02-02 Thread kibirige Gerald Joseph
Hello I have problem running PostgreSQL pg admin on windows 10. whenever I start the application it brings out this error: "Fatal error: the application server could not be contacted." What could be the problem? What should I do? Thanks, Gerald. On Sun, Jan 20, 2019 at 10:40 AM kibirige

Re: Looking for a Django Co-Founder.

2019-02-02 Thread Anh Nguyen
Hi, it there are still able to join ? Sent from my iPhone > On Jan 31, 2019, at 20:13, Alison wrote: > > Hi Zack, > > Yes I am still interested. > > Thanks > Alison > >> On Sunday, November 18, 2018 at 12:29:14 AM UTC+2, Zack Amaral wrote: >> Hi, >> >> I have an idea for a next generation

Where is the data set of the Django documents demo models

2019-02-02 Thread Fogmoon
Hi, I read Models and databases section in the Django documents. I want to test the statement in the demos, but I can not find the data set of these demo models. Also other demos I meet the same issue, I can not test the

I am newbie to Django REST,

2019-02-02 Thread shubham joshi
How to use cookeicutter for setting up new project? -- 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

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Emmanuel klutse
Thx a lot I will look into it n revert On Sat, 2 Feb 2019 at 10:33 AM, Carsten Fuchs wrote: > Am 02.02.19 um 11:10 schrieb Emmanuel klutse: > > yes im talking about using "python manage.py migrate" command to create > tables in the db(djangoproject) i have already created in mysql server > >

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Carsten Fuchs
Am 02.02.19 um 11:10 schrieb Emmanuel klutse: > yes im talking about using "python manage.py migrate" command to create > tables in the db(djangoproject) i have already created in mysql server `manage.py migrate` is trying to access your MySQL database, but the database denies the access to the

Re: Beginner

2019-02-02 Thread jake ksi
search github codingforentreponuers ecommerce Sent from Mailspring (https://link.getmailspring.com/link/1549102582.local-9ef6665c-d01d-v1.5.5-b7939...@getmailspring.com/0?redirect=https%3A%2F%2Fgetmailspring.com%2F=ZGphbmdvLXVzZXJzQGdvb2dsZWdyb3Vwcy5jb20%3D), the best free email app for work On

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Emmanuel klutse
yes im talking about using "python manage.py migrate" command to create tables in the db(djangoproject) i have already created in mysql server On Saturday, February 2, 2019 at 2:09:53 AM UTC-8, Emmanuel klutse wrote: > > > > On Saturday, February 2, 2019 at 1:47:39 AM UTC-8, Carsten Fuchs wrote:

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Emmanuel klutse
On Saturday, February 2, 2019 at 1:47:39 AM UTC-8, Carsten Fuchs wrote: > > Am 02.02.19 um 10:33 schrieb Emmanuel klutse: > > [...] creat a db for me in mysql instead of sqlite and the error is > talking about authentication. > > these are the changes made in my djangoproject/settings file:

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Carsten Fuchs
Am 02.02.19 um 10:33 schrieb Emmanuel klutse: > [...] creat a db for me in mysql instead of sqlite and the error is talking > about authentication. > these are the changes made in my djangoproject/settings file: > DATABASES = { >     'default': { >     'ENGINE': 'django.db.backends.mysql',

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Emmanuel klutse
hello Carsten Fuchs, thanks for your feedback. yes, i agree. but what i dont understand is that the command used "python manage.py migrate" is to creat a db for me in mysql instead of sqlite and the error is talking about authentication. these are the changes made in my djangoproject/settings

Re: Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Carsten Fuchs
Hi Emmanuel, the error message is clear, isn't it? (1045, "Access denied for user 'root'@'localhost' (using password: YES)") Check your password. Use the mysql client to check. Best regards, Carsten Am 02.02.19 um 10:07 schrieb Emmanuel klutse: > hello team, > Can someone help me with the

Unable to access mysql db and apply changes using "python manage.py migrate"

2019-02-02 Thread Emmanuel klutse
hello team, Can someone help me with the problem below please. (py1) C:\djangoproject>python manage.py migrate Traceback (most recent call last): File "C:\Users\Success\Envs\py1\lib\site-packages\django\db\backends\base\base.py", line 216, in ensure_connection self.connect() File