Re: Volunteer wanted: convert Mathics Django from 1.x to 2.x or 3.x

2020-09-15 Thread Mottaz Hegaze
Let me see what I can do. On Wed, 16 Sep 2020, 8:14 am Kunal Solanke, wrote: > I would like to do this too. > > On Wed, Sep 16, 2020, 11:16 Ogunsanya Opeyemi > wrote: > >> Hi i would like to . >> >> On Tuesday, September 15, 2020, rocky.bernst...@gmail.com < >> rocky.bernst...@gmail.com> wrote:

Re: Volunteer wanted: convert Mathics Django from 1.x to 2.x or 3.x

2020-09-15 Thread Kunal Solanke
I would like to do this too. On Wed, Sep 16, 2020, 11:16 Ogunsanya Opeyemi wrote: > Hi i would like to . > > On Tuesday, September 15, 2020, rocky.bernst...@gmail.com < > rocky.bernst...@gmail.com> wrote: > >> Mathics is a general-purpose computer algebra system (CAS). It is an >> open-source al

Re: Volunteer wanted: convert Mathics Django from 1.x to 2.x or 3.x

2020-09-15 Thread Ogunsanya Opeyemi
Hi i would like to . On Tuesday, September 15, 2020, rocky.bernst...@gmail.com < rocky.bernst...@gmail.com> wrote: > Mathics is a general-purpose computer algebra system (CAS). It is an > open-source alternative to Mathematica. It is free both as in "free beer" > and as in "freedom". > > With ins

RE: Help me with the view please

2020-09-15 Thread fadhil alex
Thanks for your valuable information, it seems my models are not well constructed, I will first work on them.Don’t you have a YouTube channel or website or paid course somewhere like Udemy where I can learn more Sent from Mail for Windows 10 From: coolguySent: Tuesday, September 15, 2020 10:57 PMTo

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread Elliot
As part of the Javascript drop logic I am changing the status field of the form of the sending item to indicate where the player is going, A for slot A, B for slot B, or D for drop. It won't help to change anything on the receiving side, because the item will not exist in the form submitted

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread coolguy
Are you saving these players in database with their present slot ids etc. they are in? It seems easy solution if we can update their present slot info after dnd in the database table and filter the templates based on the slot ids. On Tuesday, September 15, 2020 at 2:23:17 PM UTC-4 Elliot wrote

Filtering Display

2020-09-15 Thread dopej...@gmail.com
Please I want to add a filter to my django template that displays media files such that users can select what sort of file is displayed by selecting by file extension. Please whats the best way to achieve this? -- You received this message because you are subscribed to the Google Groups "Djang

Re: Help me with the view please

2020-09-15 Thread coolguy
Isn't this 'paid_fee' used to record the quarterly/monthly payments from students? and this field will have multiple records? It seems you are looking to save an accumulated paid_fee (total_paid_fees) somewhere in table. If i am corrected then... this type of structure is okay when you are wo

How Upload Image Html File To save DataBase

2020-09-15 Thread kkwaq...@gmail.com
*Problem :- I have Create table and add ImageField , i wanna upload_image Front-end and save database.*. html file: But Image Not save *I am upload using database* [image: u.JPG] *models.py* [image: i.JPG] Html Coding file [image: j.JPG] *urls.py* [image: g.JPG] -- You received this

Volunteer wanted: convert Mathics Django from 1.x to 2.x or 3.x

2020-09-15 Thread rocky.bernst...@gmail.com
Mathics is a general-purpose computer algebra system (CAS). It is an open-source alternative to Mathematica. It is free both as in "free beer" and as in "freedom". With installation, it comes with a very simple Django web interface to enter expressions and show them. (There is also a Jupyter i

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread Elliot
Thanks Coolguy. Your answer is the first one getting close to what I am looking for. I have a similar situation to the one you described. I have 2 timeslots slot A and Slot B. Slot A might represent 10:00am on 09/15 and slot B 11:00AM on 9/16. These slots have been chosen from a list of

XYZModel matching query does not exist

2020-09-15 Thread Jatin Agrawal
I am facing some issues while fixtures loading while running testcases. The error is app_name.models.company.CompanyModel.DoesNotExist: Problem installing fixture '/Users/xyz/Documents/temp/testdir/random/fixtures/product.json': XYZModel matching query does not exist. 1. Earlier, there was no

Re: Change Date Formate

2020-09-15 Thread waqar khan
Thanks guys you code 100% work On Tue, Sep 15, 2020 at 6:52 PM Niraj Panchasara wrote: > Y for > m for mm > d for dd > > as per you needed, try this out in html with django template code > > {{you_date_field|date:'d/m/Y'}} > > > On Tuesday, September 15, 2020 at 4:29:41 PM UTC+5:30 mailto..

Re: Django as a back end for data as a service web service.

2020-09-15 Thread Ogunsanya Opeyemi
Django is suitable On Tuesday, September 15, 2020, Hukum Gosain < np03a180...@heraldcollege.edu.np> wrote: > Hello everyone, > I am planning to develop a system that can handle more than 1000 of > request concurrently and also can be used for real time activities like > video calls , texting and

Re: DatabaseRouter, add on runtime add new items to db.connections

2020-09-15 Thread Anton Melser
There appear to be relatively few references to this sort of thing peppered about the net, like this ancient stackoverflow post https://stackoverflow.com/questions/6585373/django-multiple-and-dynamic-databases, the below email, or the now long abandoned db router mentioned below. Is there a

Queries vs Serializers

2020-09-15 Thread Gs_1001
Hey, I previously worked with an organization which had it's back-end implemented using Django. The developers there with did not use the serializers most of the time, I think i must mention that the code base had evolved for the past 4-5 years and the data requested in the APIs was quite com

Using Getstream with Django

2020-09-15 Thread 'alan_mo...@yahoo.com.au' via Django users
Hi All! I'm very keen to use the feeds and chat 'Getstream' python-django packages, but I'm finding the tutorials on the company website assume a bit too much knowledge for me - my 'first' career was as an economist, and I'm currently retooling with python in my fifties! Does anybody know of ad

Django as a back end for data as a service web service.

2020-09-15 Thread Hukum Gosain
Hello everyone, I am planning to develop a system that can handle more than 1000 of request concurrently and also can be used for real time activities like video calls , texting and more at the same time. what might be the efficient way to develop this system, is django suitable for me or will

Re: Change Date Formate

2020-09-15 Thread Niraj Panchasara
Hi in your html file try to set like below {your_date_reference | date: "Y-m-d" } Thanks On Tuesday, September 15, 2020 at 3:51:42 PM UTC+5:30 kkwaq...@gmail.com wrote: > How to change date format in django (mmdd to ddmm) > > [image: p.jpg] > [image: p1.jpg] > how to change like this

Re: Change Date Formate

2020-09-15 Thread Niraj Panchasara
Y for m for mm d for dd as per you needed, try this out in html with django template code {{you_date_field|date:'d/m/Y'}} On Tuesday, September 15, 2020 at 4:29:41 PM UTC+5:30 mailto...@gmail.com wrote: > {{you_date_field|date:'Y-m-d'}} > > > On Tue, Sep 15, 2020 at 3:52 PM kkwaq...@gma

Re: Change Date Formate

2020-09-15 Thread Mohammad Ahshan Danish
{{you_date_field|date:'Y-m-d'}} On Tue, Sep 15, 2020 at 3:52 PM kkwaq...@gmail.com wrote: > How to change date format in django (mmdd to ddmm) > > [image: p.jpg] > [image: p1.jpg] > how to change like this dd/mm/ > > -- > You received this message because you are subscribed to the G

Change Date Formate

2020-09-15 Thread kkwaq...@gmail.com
How to change date format in django (mmdd to ddmm) [image: p.jpg] [image: p1.jpg] how to change like this dd/mm/ -- 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, sen

Re: AttributeError: object has no attribute 'user' while trying to access instance.user.id

2020-09-15 Thread Mislav Jurić
Thank you for your suggestion. I will use the username, as it is unique as well. Best, Mislav Dana ponedjeljak, 14. rujna 2020. u 19:45:36 UTC+2 korisnik coolguy napisao je: > If i had to stick to your code then i would save the file with > instance.username. username is available and folder

Re: I've got two apps in my project and each one should have different authentication model. How do achieve this?

2020-09-15 Thread Mislav Jurić
Hey there, could you elaborate on *Just connect with User model the fields that are needed* If I do it like I did in my first app (via *OneToOneField* to *User* from *django.contrib.auth.models*), then I will have the fields *first_name* and *last_name*, which I won't use. Could you elaborate