Re: Python-django project

2020-07-20 Thread Ernest Thuku
Interested On Tue, Jul 21, 2020, 07:45 yammuna pari wrote: > Hai I am interested > > Regards, > > Yamuna > > On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu < > nagarajusingoth...@gmail.com> wrote: > >> Interested >> >> On Tue 21 Jul, 2020, 8:40 AM learn code > >>> Hi everyone, >>> >>> I am

Re: Python-django project

2020-07-20 Thread yammuna pari
Hai I am interested Regards, Yamuna On Tue, Jul 21, 2020 at 11:16 AM Nagaraju Singothu < nagarajusingoth...@gmail.com> wrote: > Interested > > On Tue 21 Jul, 2020, 8:40 AM learn code >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve >> more.If any

Re: Python-django project

2020-07-20 Thread harshith kumar pedarla
Hi I'm interested to join with you in python django project.let me know if you need any further details. Thank you, Harshith Pedarla. On Tue, 21 Jul, 2020, 8:39 am learn code, wrote: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one

Re: Python-django project

2020-07-20 Thread Ashutosh Mishra
interested On Tue, Jul 21, 2020 at 8:40 AM learn code wrote: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this message because you

Re: Python-django project

2020-07-20 Thread Appu Yadav
intersted my email appu.respo...@gmail.com On Tue, 21 Jul 2020, 08:55 Deepti sharma, wrote: > Interested > > On Mon, Jul 20, 2020 at 11:09 PM learn code > wrote: > >> Hi everyone, >> >> I am learning python and django, like to work on the projects to improve >> more.If any one interested to

Re: Python-django project

2020-07-20 Thread Deepti sharma
Interested On Mon, Jul 20, 2020 at 11:09 PM learn code wrote: > Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this message because you

Re: Python-django project

2020-07-20 Thread Nagaraju Singothu
Interested On Tue 21 Jul, 2020, 8:40 AM learn code Hi everyone, > > I am learning python and django, like to work on the projects to improve > more.If any one interested to join with me to work on the projects,plz send > me a email. > > -- > You received this message because you are subscribed

Python-django project

2020-07-20 Thread learn code
Hi everyone, I am learning python and django, like to work on the projects to improve more.If any one interested to join with me to work on the projects,plz send me a email. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: BUI ( Browser User Interface) automation for Django App

2020-07-20 Thread Cigi Sebastine
Hi Ram It is possible to do testing yor application with selenium using python Thanks Cigi On Tue, 21 Jul, 2020, 1:42 AM Ram, wrote: > Hi, > > Our Django Web Application is being developed using this stack > > 1. Django > 2. Python > 3. Java script > 4. Html + CSS > 5. JQuery > > So we are

Import csv file on django view

2020-07-20 Thread Ronaldo Mata
How to deal with encoding when you try to read a csv file on view. I have a view to upload csv file, in this view I read file and save each row as new record. My bug is when I try to upload a csv file with a differente encoding (not UTF-8) how to handle this on django (using request.FILES) I

Re: Error running Django tutorial

2020-07-20 Thread Lithium
In in mysite/urls.py check the "/" after "polls" in this line: path('polls/', include('polls.urls')) On Friday, June 12, 2020 at 4:52:52 PM UTC+4:30 temitope iyanoye wrote: > I’m using Django 3.0 and I have this same issue following the official > Django tutorial, has anyone been able to fix

BUI ( Browser User Interface) automation for Django App

2020-07-20 Thread Ram
Hi, Our Django Web Application is being developed using this stack 1. Django 2. Python 3. Java script 4. Html + CSS 5. JQuery So we are currently evaluating a tool / tools that could help us to run 1. Functional testing from BUI 2. Acceptance testing from BUI 3. Load testing from BUI and we

Re: Heroku database migration

2020-07-20 Thread Karan Sahu
Tried sending you that ss :) On Mon, Jul 20, 2020 at 10:15 PM John McClain wrote: > why not commit to git and run deploy within heroku console as we have > always done? > > On Sun, 19 Jul 2020 at 17:47, Aman Mandloi > wrote: > >> Added a small model 'new_model' in existing app 'existing_app'

How to access siblings of a page in an efficient manner.

2020-07-20 Thread George
I am using using Django to create custom CMS, where pages are stored in a hierarchy (implemented using django-mptt). On a given child page, I want to show the links to all its siblings. Currently, I am doing this with the help of a template tag which looks like this:

Re: My first question

2020-07-20 Thread George
Consider reading this article on how to read csv files in Python . On Saturday, July 18, 2020 at 11:55:57 AM UTC+5:30, Sead Sejo Gicić wrote: > > What is the difference between ordinary txt file and csv file for using in >

Re: Using primary key to update via POST request.

2020-07-20 Thread George
You use request.GET['choice_filed'] On Monday, July 20, 2020 at 9:14:48 AM UTC+5:30, Arpana Mehta wrote: > > Hi, > I have a class with a GET and a POST request. I am sending the data ( with > pk of the object ) in my GET request and I want the frontend to use that pk > to refer to the exact

Re: Heroku database migration

2020-07-20 Thread John McClain
why not commit to git and run deploy within heroku console as we have always done? On Sun, 19 Jul 2020 at 17:47, Aman Mandloi wrote: > Added a small model 'new_model' in existing app 'existing_app' on Django, > Entered commands manage.py makemigrations and manage.py migrate it > migrated

Re: My first question

2020-07-20 Thread Liu Zheng
Hi. Yes. You are absolutely right. I'm new to google groups (in fact, this was my first post). I thought I could edit it after posting it out. Was a bit in a hurry when writing it down. :O Also a bit wordy... On Monday, July 20, 2020 at 8:05:35 PM UTC+8, ajoeiam wrote: > > Appreciate very much

Re: My first question

2020-07-20 Thread Liu Zheng
Hi Derek. I just copy pasted the answer to my blog (haven't written any blog in recent months). Will improve it into a readable blog post with better presentaion. Thanks for suggesting this. Acknowledgement was given in the post, but let me know if you are not comfortable of being mentioned :)

Re: Mysql Connect in Django

2020-07-20 Thread Avi shah
Watch this to solve your error https://www.youtube.com/watch?v=6SnE0r7g2lE On Mon, Jul 20, 2020 at 7:13 PM Ravindra Mogilipalem < ravindra.m...@gmail.com> wrote: > > When i install mysqlclient in Django so many errors are occured like > Running setup.py clean for mysqlclient > Failed to

Re: Mysql Connect in Django

2020-07-20 Thread sai Krishna
Once check which python version you have installed. Like 32 bit or 64bit. Based on your Is try to install the python. It might work. On Mon, 20 Jul 2020, 7:13 pm Ravindra Mogilipalem, wrote: > > When i install mysqlclient in Django so many errors are occured like > Running setup.py clean for

Mysql Connect in Django

2020-07-20 Thread Ravindra Mogilipalem
When i install mysqlclient in Django so many errors are occured like Running setup.py clean for mysqlclient Failed to build mysqlclient Installing collected packages: mysqlclient Building wheel for mysqlclient (setup.py) ... error -- You received this message because you are subscribed to

Re: Question about django.utils.autoreload

2020-07-20 Thread Chetan Ganji
RE: os.path.join(BASE_DIR, 'reactapp', 'src') It seems that the source code of react app is inside the django folder, so if src code of django is changed, react app would be rebuild! Try keeping the src code of django and react app if different folders, that might solve it. Regards, Chetan

Re: My first question

2020-07-20 Thread o1bigtenor
Appreciate very much your informative post. Question below - - - On Sat, Jul 18, 2020 at 9:14 AM Liu Zheng wrote: > Hi. Doesn't sound like a Django question, but I assume you came across > this question when writing Django codes:) So anyway, let me try to see > whether I could provide any

Re: Invalid syntax on line 16 of manage.py

2020-07-20 Thread Arpana Mehta
Creating a virtual environment and then working might solve this issue. On Mon, 20 Jul 2020 at 15:28, Douglas Ii wrote: > While following the tutorial for creating your first Django app, I run > into a problem when entering the command line "python manage.py runserver" > into my terminal. I am

Re: Invalid syntax on line 16 of manage.py

2020-07-20 Thread Larry Martell
On Mon, Jul 20, 2020 at 5:57 AM Douglas Ii wrote: > > While following the tutorial for creating your first Django app, I run into a > problem when entering the command line "python manage.py runserver" into my > terminal. I am using a mac and I get the Error message: > > > File "manage.py",

Invalid syntax on line 16 of manage.py

2020-07-20 Thread Douglas Ii
While following the tutorial for creating your first Django app, I run into a problem when entering the command line "python manage.py runserver" into my terminal. I am using a mac and I get the Error message: File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax

Question about django.utils.autoreload

2020-07-20 Thread Dave R
Hello, I'm trying to figure out how to rebuild my React.js project (with Django backend) and relaunch the Django dev server if a React.js file changes. The code below works, but it rebuilds React even if the only code changes are in Django. Can anyone suggest how to solve this problem?

Django 3.1 release candidate 1 released

2020-07-20 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2020/jul/20/django-31-release-candidate-1-released/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: multiplate table inheritance subclass with extra OneToOneField relationship to parent class

2020-07-20 Thread Brian Maissy
I'm still using the workaround I mentioned above -- 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

Re: Intensive access and modification of database table

2020-07-20 Thread Derek
Its likely that Big Sites keep their detailed IP private; its unlikely that you are working on such a site. Aldian is correct that there are many strategies, or combination of strategies you could use, and the exact one really does depend on the team's skills and choices of technologies. One

Re: My first question

2020-07-20 Thread Derek
This would make a great blog post! And in future, we can all refer directly to it, when someone asks a similar question. On Saturday, 18 July 2020 16:13:53 UTC+2, Liu Zheng wrote: > > Hi. Doesn't sound like a Django question, but I assume you came across > this question when writing Django