database could't connect in python to atom

2019-10-22 Thread MEGA NATHAN
Hi. AttributeError: module 'mysql.connector' has no attribute 'connect' regards Meganathan, -- 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

Re: running python management command ( process_tasks ) in th e background

2019-10-15 Thread Andréas Kühne
ck, > > Current django production application runs continuously in the > background as we have daemonized the runserver command from uwsgi module. > > Now after staring the django server , now want to run python manage.py > process_tasks in the background just like the main dj

running python management command ( process_tasks ) in th e background

2019-10-15 Thread Sampath Reddy
Hi All, Follow up doubt on django server readiness check, Current django production application runs continuously in the background as we have daemonized the runserver command from uwsgi module. Now after staring the django server , now want to run python manage.py process_tasks

Re: I want to know about how to implement elastic search in the python django

2019-10-07 Thread Pradeep Sukhwani
://django-haystack.readthedocs.io/en/v2.4.1/installing_search_engines.html#elasticsearch> and if you still have doubts do let us know. -- Thanks Pradeep Sukhwani On Wednesday, October 2, 2019 at 8:39:28 PM UTC+5:30, sachinbg sachin wrote: > > Implimentaion of elastic search in django python

Re: I want to know about how to implement elastic search in the python django

2019-10-03 Thread sachinbg sachin
It is an oldest version not supporting for 3.6.8 python version On Wed, Oct 2, 2019, 8:51 PM Sithembewena L. Dube wrote: > https://www.youtube.com/watch?v=cXYVE28igkE > > Kind regards, > Sithembewena > > > *Sent with Shift > <https://tryshift.com/?utm_source=SentWit

Re: I want to know about how to implement elastic search in the python django

2019-10-02 Thread Sithembewena L. Dube
wrote: > Implimentaion of elastic search in django python how to do that any > documents demo projects thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group an

I want to know about how to implement elastic search in the python django

2019-10-02 Thread sachinbg sachin
Implimentaion of elastic search in django python how to do that any documents demo projects thanks in advance -- 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: Stop executing certain py files or delay in loading python files until Django server is up and runnning

2019-09-30 Thread Sampath Reddy
https://pastebin.com/G3G41Xmb > > -- > Regards > Deep L Sukhwani > > ᐧ > > On Mon, 30 Sep 2019 at 16:12, Sampath Reddy > wrote: > >> Hey All, >> >> Using DRF for developing backend api end points for the application, I >> want to run a python module, only w

Re: Stop executing certain py files or delay in loading python files until Django server is up and runnning

2019-09-30 Thread Deep Sukhwani
3G41Xmb -- Regards Deep L Sukhwani ᐧ On Mon, 30 Sep 2019 at 16:12, Sampath Reddy wrote: > Hey All, > > Using DRF for developing backend api end points for the application, I > want to run a python module, only when we are sure Django server is up and > running As I am calling the

Stop executing certain py files or delay in loading python files until Django server is up and runnning

2019-09-30 Thread Sampath Reddy
Hey All, Using DRF for developing backend api end points for the application, I want to run a python module, only when we are sure Django server is up and running As I am calling the api end in that module. So need to be sure Django server is up and running, before I can call the same server API

Re: convert python 3 to python2

2019-09-25 Thread Aldian Fazrihady
Ankita, why would a new project be forced to use Python 2 by a (probably old) package? A well-maintained package must already have its Python 3 version. Why can't we find an alternative package that uses Python 3? I am curious about what package that is. On Sun, Sep 22, 2019 at 12:32 AM Ankita

Re: convert python 3 to python2

2019-09-25 Thread Derek
M Andréas Kühne > > > wrote: > >> Official access isn't denied - and python 2 will probably be available. > The problem is that you don't get any security fixes or any updates at all. > That in itself is a major problem. If someone is saying that you need to > u

Re: convert python 3 to python2

2019-09-24 Thread Mike Dewhirst
- and python 2 will probably be available. The problem is that you don't get any security fixes or any updates at all. That in itself is a major problem. If someone is saying that you need to use python 2, I would strongly recommend them to not even think about it. All code that is written

Re: convert python 3 to python2

2019-09-24 Thread אורי
On Sat, Sep 21, 2019 at 8:32 PM Ankita Gupta wrote: > Not related to Django... > Then write to python-l...@python.org -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: convert python 3 to python2

2019-09-24 Thread Andréas Kühne
Yes of course - I think RedHat will be continuing to support a python 2 environment because they haven't updated their own internal infrastructure and also their distributions to python 3. However - using one of those is still not very smart. The problem is that all plugins have moved on. So

Re: convert python 3 to python2

2019-09-24 Thread Larry Martell
Ha! How about perl? ;-) On Tue, Sep 24, 2019 at 8:33 AM Nick Sarbicki wrote: > > I'm not convinced anyone could pay me enough to go back to Python 1... > > > On Tue, Sep 24, 2019 at 1:32 PM Larry Martell wrote: >> >> You can get anyone to do anything for enough money.

Re: convert python 3 to python2

2019-09-24 Thread Nick Sarbicki
I'm not convinced anyone could pay me enough to go back to Python 1... On Tue, Sep 24, 2019 at 1:32 PM Larry Martell wrote: > You can get anyone to do anything for enough money. > > On Tue, Sep 24, 2019 at 8:30 AM Deep Sukhwani > wrote: > > > > Thanks for the prompt re

Re: convert python 3 to python2

2019-09-24 Thread Larry Martell
You can get anyone to do anything for enough money. On Tue, Sep 24, 2019 at 8:30 AM Deep Sukhwani wrote: > > Thanks for the prompt reply. Did a quick cursory check with Anaconda, I don't > think Anaconda does it. In fact Anaconda has posted a few months ago about > Python 2's EOL

Re: convert python 3 to python2

2019-09-24 Thread Deep Sukhwani
Thanks for the prompt reply. Did a quick cursory check with Anaconda, I don't think Anaconda does it. In fact Anaconda has posted a few months ago about Python 2's EOL (End of Life) - https://www.anaconda.com/end-of-life-eol-for-python-2-7-is-coming-are-you-ready/ Also, just did a quick look

Re: convert python 3 to python2

2019-09-24 Thread Larry Martell
Anaconda, Enthought, ActiveState, Red Hat and maybe others as well. Also large companies can do their own support. On Tue, Sep 24, 2019 at 8:11 AM Deep Sukhwani wrote: > > Wow, TIL there are companies selling support for Python 2? Never heard of it. > So basically we are saying these

Re: convert python 3 to python2

2019-09-24 Thread Deep Sukhwani
Wow, TIL there are companies selling support for Python 2? Never heard of it. So basically we are saying these companies will maintain there own version of Python programming language which will continue to be maintained as long as they have paid users for Python 2? I seriously doubt that. Or may

Re: convert python 3 to python2

2019-09-24 Thread Larry Martell
On Tue, Sep 24, 2019 at 4:15 AM Andréas Kühne wrote: > > Official access isn't denied - and python 2 will probably be available. The > problem is that you don't get any security fixes or any updates at all. That > in itself is a major problem. If someone is saying that you need to u

Re: convert python 3 to python2

2019-09-24 Thread Andréas Kühne
Official access isn't denied - and python 2 will probably be available. The problem is that you don't get any security fixes or any updates at all. That in itself is a major problem. If someone is saying that you need to use python 2, I would strongly recommend them to not even think about it. All

Re: convert python 3 to python2

2019-09-23 Thread Shakil Ahmmed
How Can I Use ['get', 'post', 'put', 'patch', 'delete', 'head', 'options', 'trace'] in One Class On Sun, Sep 22, 2019 at 4:14 PM Ankita Gupta wrote: > > > On Saturday, September 21, 2019 at 11:07:21 PM UTC+5:30, Sipum wrote: >> >> Hi Ankita, >> >> In coming Jan

Re: convert python 3 to python2

2019-09-22 Thread Ankita Gupta
On Saturday, September 21, 2019 at 11:07:21 PM UTC+5:30, Sipum wrote: > > Hi Ankita, > > In coming January, python 2 is going to retire. So better to use python 3. > Only official access is denied, we can still work in python2. Anyway thanks. > > > Thanks > >

Re: convert python 3 to python2

2019-09-21 Thread utkarsh Raj
okay will get back to you after looking into it On Sat, Sep 21, 2019 at 11:02 PM Ankita Gupta wrote: > Not related to Django, I have a project made in python3 but due to some > package installation, i need to convert my project to python2. Is there any > method or package to solve this? > > --

Re: convert python 3 to python2

2019-09-21 Thread Sipum
Hi Ankita, In coming January, python 2 is going to retire. So better to use python 3. Thanks On Sat, 21 Sep, 2019, 11:02 PM Ankita Gupta, wrote: > Not related to Django, I have a project made in python3 but due to some > package installation, i need to convert my project to p

convert python 3 to python2

2019-09-21 Thread Ankita Gupta
Not related to Django, I have a project made in python3 but due to some package installation, i need to convert my project to python2. Is there any method or package to solve this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-19 Thread Alfredo Sumague
I'm interested and willing to relocate to NY. Thanks, Alfredo Sumague On Tue, Sep 17, 2019 at 1:35 PM Raju N Somanna wrote: > Hi All > > I've an immediate need for Backend Developers (*Python/Django ORM* - New > York City) with my client in NYC. As the title suggests my tea

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-19 Thread Preetham Varanasi
: >> >>> Hi Raju, >>> >>> I m interested but can remote possible as currently I m in India? >>> >>> Thank you >>> Regards >>> Sipum >>> >>> On Wed, 18 Sep, 2019, 2:06 AM Raju N Somanna, >>> wrote: >>> &g

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Ryan Gedwill
Hi, I am interested in the position. I am available to work in US, but would need to relocate as I am located in California. Ryan Gedwill > On Sep 17, 2019, at 1:21 PM, Raju N Somanna wrote: > > Hi All > > I've an immediate need for Backend Developers (Python/Django ORM - N

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Karen Tracey
Please everyone keep in mind that this mailing list has tens of thousands of subscribers. Anyone interested in this job posting should contact the poster directly, not post on this list. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Shirley Nelson
Ok I am available. On Tue, Sep 17, 2019, 4:35 PM Raju N Somanna wrote: > Hi All > > I've an immediate need for Backend Developers (*Python/Django ORM* - New > York City) with my client in NYC. As the title suggests my team is looking > for Python/Django specialist, some

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Raju N Somanna
thin your contacts. Regards Raju NS On Wednesday, September 18, 2019 at 2:06:32 AM UTC+5:30, Raju N Somanna wrote: > > Hi All > > I've an immediate need for Backend Developers (*Python/Django ORM* - New > York City) with my client in NYC. As the title suggests my team is looking

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Tosin Ayoola
Can I apply as remote django developer? On Sep 17, 2019 21:35, "Raju N Somanna" wrote: > Hi All > > I've an immediate need for Backend Developers (*Python/Django ORM* - New > York City) with my client in NYC. As the title suggests my team is looking > for Python/Djang

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Shashank Srivastava
st format. > > Abishek > > On Wed, Sep 18, 2019 at 8:18 PM Jithendra Kumar wrote: > >> Hi Raju, >> I am interested in this position. i will work from india i am >> comfortable in the remote location. >> >> >> >> Regards, >> Jithend

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Abishek Goda
rested in this position. i will work from india i am > comfortable in the remote location. > > > > Regards, > Jithendra Kumar U , > PYTHON, PHP & UI Developer > 9666 544 180, 6300 639 675 > > > On Wed, Sep 18, 2019 at 2:06 AM Raju N Somanna > wrote: > >> Hi

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Jithendra Kumar
Hi Raju, I am interested in this position. i will work from india i am comfortable in the remote location. Regards, Jithendra Kumar U , PYTHON, PHP & UI Developer 9666 544 180, 6300 639 675 On Wed, Sep 18, 2019 at 2:06 AM Raju N Somanna wrote: > Hi All > > I've an i

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Sipum
t;> On Wed, 18 Sep, 2019, 2:06 AM Raju N Somanna, >> wrote: >> >>> Hi All >>> >>> I've an immediate need for Backend Developers (*Python/Django ORM* - >>> New York City) with my client in NYC. As the title suggests my team is >>> looking for P

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-18 Thread Preetham Varanasi
On Wed, 18 Sep, 2019, 2:06 AM Raju N Somanna, wrote: > >> Hi All >> >> I've an immediate need for Backend Developers (*Python/Django ORM* - New >> York City) with my client in NYC. As the title suggests my team is looking >> for Python/Django specialist, someon

Re: Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-17 Thread Sipum
Hi Raju, I m interested but can remote possible as currently I m in India? Thank you Regards Sipum On Wed, 18 Sep, 2019, 2:06 AM Raju N Somanna, wrote: > Hi All > > I've an immediate need for Backend Developers (*Python/Django ORM* - New > York City) with my client in NYC.

Raju | ITC Infotech - Looking for Backend Developers (Python/Django ORM - New York City )

2019-09-17 Thread Raju N Somanna
Hi All I've an immediate need for Backend Developers (*Python/Django ORM* - New York City) with my client in NYC. As the title suggests my team is looking for Python/Django specialist, someone who is good experience on ORM. Please do let me know if you have any from your contacts/references

Re: Python +django

2019-09-13 Thread Kevin Jay
utorials are for the very >> first baby steps but once you've outpaced those; you need to move away from >> them, even if we are talking about learning a new programming language, >> tool, framework or paradigm. >> >> >> >> On Monday, September 9,

Re: Python +django

2019-09-10 Thread 'Nicholas Hatch' via Django users
ogramming language, tool, >> framework or paradigm. >> >> On Monday, September 9, 2019 at 7:59:07 AM UTC-4, ajoeiam wrote: >> >>> On Mon, Sep 9, 2019 at 6:33 AM selim atmaca wrote: >>>> >>>> You should learn python basics first but dont dive deep

Re: Python +django

2019-09-10 Thread Gerardo Palazuelos Guerrero
; On Monday, September 9, 2019 at 7:59:07 AM UTC-4, ajoeiam wrote: >> >> On Mon, Sep 9, 2019 at 6:33 AM selim atmaca wrote: >> > >> > You should learn python basics first but dont dive deep, just the >> basics. Then >> > There is a nice django video

Re: Python +django

2019-09-10 Thread Mario R. Osorio
a > wrote: > > > > You should learn python basics first but dont dive deep, just the > basics. Then > > There is a nice django video series on youtube. Search for corey schafer > django. There are 17 videos in that series. If I was starting django today, > definetly

Re: Django + Python new tool creation

2019-09-09 Thread Gil Obradors
Very nice frontend! I understand you want to develop the backend with Django. For this, you need to know what model of data you need. Do you know? Have you take a look to this tutorial? https://docs.djangoproject.com/en/2.2/intro/tutorial01/ Very recommended to start to play with a simple

Re: Django + Python new tool creation

2019-09-09 Thread Raakesh Vanaraj
Thanks for the suggestion. As per your request please find below the codes. index.html InterSut https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i; rel="stylesheet"> Home Contact About Create

Re: Django + Python new tool creation

2019-09-09 Thread Gil Obradors
Welcome, one suggestion: -Paste code direct to email or with paste tools. Not attaching files Welcome Missatge de Raakesh Vanaraj del dia dl., 9 de set. 2019 a les 18:39: > Good day, > > I'm new to Django and a very new beginner, I've to create a tool for my > with Django so I've create one

Re: Python +django

2019-09-09 Thread o1bigtenor
On Mon, Sep 9, 2019 at 7:57 AM Hani Fanous wrote: > > Must admit I agree. With text you can at least try things out as you go and > attempt to debug problems. With video this is almost impossible. > Agreed - - - I find most webinars could be condensed to perhaps 2 to 5 pages of text - - - - and

Re: Python +django

2019-09-09 Thread Hani Fanous
Must admit I agree. With text you can at least try things out as you go and attempt to debug problems. With video this is almost impossible. Hani > On Sep 9, 2019, at 7:57 AM, o1bigtenor wrote: > >> On Mon, Sep 9, 2019 at 6:33 AM selim atmaca wrote: >> >> You sh

Re: Python +django

2019-09-09 Thread o1bigtenor
On Mon, Sep 9, 2019 at 6:33 AM selim atmaca wrote: > > You should learn python basics first but dont dive deep, just the basics. Then > There is a nice django video series on youtube. Search for corey schafer > django. There are 17 videos in that series. If I was starting

Re: Python +django

2019-09-09 Thread selim atmaca
You should learn python basics first but dont dive deep, just the basics. Then There is a nice django video series on youtube. Search for corey schafer django. There are 17 videos in that series. If I was starting django today, definetly I would start it with that video series. 8 Eyl 2019 Pzr 21

Re: Python +django

2019-09-08 Thread Jani Tiainen
Hi. You're on good track. Using Django doesn't require much but knowing Python, HTML and CSS surely helps. Django Girls do have excellent tutorial to get you kickstarted with Django. CSS can be easily handled with libs like bootstrap or material ui. What comes to programmin itself it takes

Re: Python +django

2019-09-08 Thread Devdutt Bhati
https://www.youtube.com/watch?v=q6qE_uJB59c=PLd3UqWTnYXOnkicyzePnIg8rc2qEXgjiF learn this videos first and after learn django get some knowledge about python. <https://www.avast.com/en-in/recommend?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=default3=4dfa4ce1-eaa6-4

Python +django

2019-09-08 Thread kemo0 king
I am new on programming ,to be a programmer and getting the ability to create a web program that is one of my dreams , I have started with python I know little about html and css and js now I want to learn django am I on the right way what should I learn before diving in django I need ur

Software Engineer, Python/Django job position open

2019-09-06 Thread Gio M.
Hi everyone, at DAO Maker (a cryptocurrency incubator company) we are looking for a full time remote (with the option to work in our offices in Prague) Python/Django back-end developer with 3+ years experience and passionate about writing fast, efficient software in Python. Please read

Re: Job opporunity for an experienced Django/Python software engineer - Corvallis, OR (Remote possible)

2019-08-29 Thread Virendra Tripathi
decisions. > > We're currently looking to hire at least one, and possibly two experienced > full stack engineers with Python/Django experience. We use Django > extensively on the backend, and React on front end in our newer projects > (we have an older project using Dojo, but we h

Re: UI for python windows applications

2019-08-22 Thread Ezequias Rocha
disconsider. On Thursday, August 22, 2019 at 10:36:11 AM UTC-3, Ezequias Rocha wrote: > > VSCode > > On Wednesday, August 21, 2019 at 2:46:57 PM UTC-3, ARAVIND BALAKRISHNAN > wrote: >> >> Can anyone suggest me any modern UIs for python application in windows >>

Re: UI for python windows applications

2019-08-22 Thread Ezequias Rocha
VSCode On Wednesday, August 21, 2019 at 2:46:57 PM UTC-3, ARAVIND BALAKRISHNAN wrote: > > Can anyone suggest me any modern UIs for python application in windows > other than electron > -- You received this message because you are subscribed to the Google Groups "Dj

Re: UI for python windows applications

2019-08-22 Thread Mario R. Osorio
You might want to take a look into Kivy (https://kivy.org/ <https://kivy.org/#home>) HTH On Wednesday, August 21, 2019 at 1:46:57 PM UTC-4, ARAVIND BALAKRISHNAN wrote: > > Can anyone suggest me any modern UIs for python application in windows > other than electron >

Re: UI for python windows applications

2019-08-21 Thread Anish Chapagain
Have you tried Gooey https://pypi.org/project/Gooey/ , PyQt https://pypi.org/project/PyQt5/ On Wed, 21 Aug 2019 at 23:31, ARAVIND BALAKRISHNAN < aravindbalan...@gmail.com> wrote: > Can anyone suggest me any modern UIs for python application in windows > other than electron

UI for python windows applications

2019-08-21 Thread ARAVIND BALAKRISHNAN
Can anyone suggest me any modern UIs for python application in windows other than electron -- 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-user

Oportunidade Desenvolvedor(a) Python

2019-08-14 Thread Riane Amorim
as demandas. Experiência desejada: - Experiência com Python - Frameworks web como Tornado, Muffin, Django, Aiohttp, e/ou outros - Testes automatizados (gostamos de pytest!) - Documentação de código e serviços - Desenvolvimento e consumo de APIs REST - Git (usamos GitLab) Diferenciais

Python and Django dev available

2019-08-01 Thread Sithembewena L. Dube
Hi everyone, I'm a developer with just over 10 years' experience under my belt. I've worked with many languages and frameworks, including the popular Django web framework. I'm currently in the market for remote opportunities. Please reply if looking for a resource. Serious enquiries only please.

Re: Syntax Error django, python issue

2019-07-28 Thread Kean
Hi James, Yes this worked. Thanks. Best, K On 28 Jul 2019, at 19:45, James Schneider wrote: > > On Sun, Jul 28, 2019, 10:54 AM Kean wrote: > Hi Chetan > > pls see setup below > > It looks like you may have copied in the ellipses (...) from the example. > Remove those lines and try

Re: Syntax Error django, python issue

2019-07-28 Thread James Schneider
On Sun, Jul 28, 2019, 10:54 AM Kean wrote: > Hi Chetan > > pls see setup below > It looks like you may have copied in the ellipses (...) from the example. Remove those lines and try again. -James > -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Syntax Error django, python issue

2019-07-28 Thread Kean
Hi Chetan pls see setup below settings.py This is copied from https://django-allauth.readthedocs.io/en/latest/installation.html Please can clarify in this context? Best, K On 28 Jul 2019, at 18:46, Chetan Ganji wrote: > AUTHENTICATION_BACKENDS =

Re: Syntax Error django, python issue

2019-07-28 Thread Chetan Ganji
AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend', # your backends goes here, ] Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gmail.com http://ryucoder.in On Sun, Jul 28, 2019

Syntax Error django, python issue

2019-07-28 Thread Karreerchange
Hi, Installing the authentication backend code in settings.py (copy paste..) server crashed after save reporting the following, File "/Users/ProductionEnv/Desktop/devbnt/project/bnt/bnt/settings.py", line 130 'django.contrib.auth.backends.ModelBackend',

Re: Job opporunity for an experienced Django/Python software engineer - Corvallis, OR (Remote possible)

2019-07-26 Thread RONAK JAIN
mmunicate their > data, and make scientifically-informed decisions. > > We're currently looking to hire at least one, and possibly two experienced > full stack engineers with Python/Django experience. We use Django > extensively on the backend, and React on front end in our newer projects &

Job opporunity for an experienced Django/Python software engineer - Corvallis, OR (Remote possible)

2019-07-25 Thread Nikolas Stevenson-Molnar
, and make scientifically-informed decisions. We're currently looking to hire at least one, and possibly two experienced full stack engineers with Python/Django experience. We use Django extensively on the backend, and React on front end in our newer projects (we have an older project using Dojo

Re: python manage.py runserver error

2019-07-14 Thread 'Amitesh Sahay' via Django users
of a view that you have imported at the top but maybe deleted? Now, sometimes heroku will ignore things but I believe this is just your local server to which you are referring? On Sat, Jul 13, 2019, 6:35 AM Jack Bergemann wrote: (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>pyt

Re: python manage.py runserver error

2019-07-13 Thread Charlotte Wood
, Jul 13, 2019, 6:35 AM Jack Bergemann wrote: > (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py > runserver > Watching for file changes with StatReloader > Exception in thread django-main-thread: > Traceback (most recent call last): > File "C:

Re: python manage.py runserver error

2019-07-13 Thread Joe Reitman
ModuleNotFoundError: No module named 'hello_world' This is a big clue. On Saturday, July 13, 2019 at 6:35:31 AM UTC-5, Jack Bergemann wrote: > > (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py > runserver > Watching for file changes with StatReloader > E

python manage.py runserver error

2019-07-13 Thread Jack Bergemann
(venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py runserver Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner self.ru

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
On Monday, July 8, 2019 at 1:09:16 PM UTC-5, Uri Even-Chen wrote: >> >> Hi, >> >> I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with >> Python 3.7, and found out that when running tests with deprecation warnings >> enabled, I receive the followi

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
I think it's not a bug but a feature of Python which is being deprecated and will be removed in Python 3.8. I noticed it about 6 months ago and reported in to Django, but it was closed with wontfix. https://code.djangoproject.com/ticket/30078 https://code.djangoproject.com/ticket/30082 It has

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread Joe Reitman
Looks like a bug in pyparsing.py https://github.com/pyparsing/pyparsing/pull/16 On Monday, July 8, 2019 at 1:09:16 PM UTC-5, Uri Even-Chen wrote: > > Hi, > > I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with > Python 3.7, and found out that whe

Re: DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
I found out that the same DeprecationWarning occurs with Django versions 2.0 and 2.0.13. אורי u...@speedy.net ‪On Mon, Jul 8, 2019 at 9:08 PM ‫אורי‬‎ wrote:‬ > Hi, > > I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with > Python 3.7, and found out that when r

DeprecationWarning in Django 1.11.22 with Python 3.7

2019-07-08 Thread אורי
Hi, I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with Python 3.7, and found out that when running tests with deprecation warnings enabled, I receive the following error: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc

Re: How to convert files from .bin to .png with Python or Django

2019-07-05 Thread Joe Reitman
Try using the Pillow library. On Wednesday, July 3, 2019 at 6:52:35 PM UTC-5, Fernando Garrido Villalobos wrote: > > How to create a function that have like argument the path of a .bin file > and returns a .png file ... > I need your help, > thank you so much. > -- You received this message

Re: How to convert files from .bin to .png with Python or Django

2019-07-05 Thread Fernando Garrido Villalobos
Aldian F. The .bin files have content of data in binary format that was copied from a disk to this output file El miércoles, 3 de julio de 2019, 18:52:35 (UTC-5), Fernando Garrido Villalobos escribió: > > How to create a function that have like argument the path of a .bin file > and returns

Re: How to convert files from .bin to .png with Python or Django

2019-07-03 Thread Aldian Fazrihady
What kind of file is `.bin` file? On Thu, Jul 4, 2019 at 6:52 AM Fernando Garrido Villalobos < ferelise...@gmail.com> wrote: > How to create a function that have like argument the path of a .bin file > and returns a .png file ... > I need your help, > thank you so much. > > -- > You received

How to convert files from .bin to .png with Python or Django

2019-07-03 Thread Fernando Garrido Villalobos
How to create a function that have like argument the path of a .bin file and returns a .png file ... I need your help, thank you so much. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Creating pdf in python

2019-06-27 Thread Peter van der Does
wkhtmltopdf is pretty good. If you are designing for PDF I recommend using mm instead of px, 0 margins, and disable smart shrinking. It will make the design process smoother. On 6/27/19 10:45 AM, Django Dojo wrote: > Hello everyone, > > I have a pdf template and I need different Individuals(s)

Re: Creating pdf in python

2019-06-27 Thread Jani Tiainen
I've been also very succesful with wkhtmltopdf. to 27. kesäk. 2019 klo 18.44 Larry Martell kirjoitti: > On Thu, Jun 27, 2019 at 10:45 AM Django Dojo > wrote: > > > > Hello everyone, > > > > I have a pdf template and I need different Individuals(s) to fill out > different sections of the

Re: Creating pdf in python

2019-06-27 Thread Larry Martell
On Thu, Jun 27, 2019 at 10:45 AM Django Dojo wrote: > > Hello everyone, > > I have a pdf template and I need different Individuals(s) to fill out > different sections of the document on the web using online form(s). Is there > an Django package that will allow me to do this? > > Ex: end user

Re: Creating pdf in python

2019-06-27 Thread Irfan Khan
I have used *xhtml2pdf* library. Here https://djangopackages.org/grids/g/pdf/ This one can help you which is suitable for Requiremnt On Thu, 27 Jun 2019 at 8:16 PM, Django Dojo wrote: > Hello everyone, > > I have a pdf template and I need different Individuals(s) to fill out > different

Creating pdf in python

2019-06-27 Thread Django Dojo
Hello everyone, I have a pdf template and I need different Individuals(s) to fill out different sections of the document on the web using online form(s). Is there an Django package that will allow me to do this? Ex: end user will go to a web form and fill out information which will be

Game on Python

2019-06-25 Thread Ido Tal
a = input("p") p = 0 if a=="enis": print("correct!!!") p += 1 else : print("incorrect!!!") print("The Answer was penis") print("you have " + str( p ) + " points") b = input("d") if b=="ick": print("correct!!!") p += 1 else : print("incorrect!!!") print("The

Possible bug in python manage.py migrate when changing the field type of a foreign key with a constraint

2019-06-11 Thread Cornelis Poppema
I have two models and a ForeignKey. In this project I'm still using django 1.11 (still busy migrating to python3) but I have reproduced this in django 2.2.2 Models are Call and Client. Call has a ForeignKey to a PositiveIntegerField on Client. I'm changing the type of this field to a

Re: python manage.py makemirations

2019-05-31 Thread sagar ninave
es? >> >> >> >> *From: *"django-users@googlegroups.com" >> on behalf of sagar ninave >> *Reply-To: *"django-users@googlegroups.com" < >> django-users@googlegroups.com> >> *Date: *Wednesday, May 29, 2019 at 2:17 PM >> *T

Re: python manage.py makemirations

2019-05-29 Thread Abu Yusuf
You didn't add your app name in 'Installed_Apps'. Add this first and then run again. On Thu, May 30, 2019 at 12:17 AM sagar ninave wrote: > i have created new project and i am defining model and doing makemigratins > but it is showing no changes detected what is problem i don't understand > >

Re: python manage.py makemirations

2019-05-29 Thread Juhana Jauhiainen
To create the initial migrations for a app run python manage.py makemigrations Where is the name of the app (folder) you've created. This will create migrations folder under the apps folder. -Juhana On Wed, May 29, 2019 at 9:29 PM yavoucko lye wrote: > > -- > You received thi

Re: python manage.py makemirations

2019-05-29 Thread yavoucko lye
-- 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 group, send email to django-users@googlegroups.com.

Re: python manage.py makemirations

2019-05-29 Thread Alex Kimeu
y-To: *"django-users@googlegroups.com" > > *Date: *Wednesday, May 29, 2019 at 2:17 PM > *To: *Django users > *Subject: *python manage.py makemirations > > > > i have created new project and i am defining model and doing makemigratins > but it is showing no changes dete

Re: python manage.py makemirations

2019-05-29 Thread Robert Wahoo
Regardless, it’s not an issue. Just migrate From: "django-users@googlegroups.com" on behalf of sagar ninave Reply-To: "django-users@googlegroups.com" Date: Wednesday, May 29, 2019 at 2:17 PM To: Django users Subject: python manage.py makemirations i have created

Re: python manage.py makemirations

2019-05-29 Thread yavoucko lye
.com" > > *Date: *Wednesday, May 29, 2019 at 2:17 PM > *To: *Django users > *Subject: *python manage.py makemirations > > > > i have created new project and i am defining model and doing makemigratins > but it is showing no changes detected what is probl

Re: python manage.py makemirations

2019-05-29 Thread Alex Kimeu
.com" > > *Date: *Wednesday, May 29, 2019 at 2:17 PM > *To: *Django users > *Subject: *python manage.py makemirations > > > > i have created new project and i am defining model and doing makemigratins > but it is showing no changes detected what is probl

<    5   6   7   8   9   10   11   12   13   14   >