Re:

2020-01-14 Thread Alfredo Sumague
there are two things when you have carousel, the html which is the view, and the javascript that make view change. On Tue, Jan 14, 2020 at 10:27 AM yusuf abdul wrote: > why is my carousel not changing veiw > > -- > You received this message because you are subscribed to the Google Groups >

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-04 Thread Alfredo Sumague
I'm interested, Thanks, Alfredo Sumague On Fri, Jan 3, 2020 at 9:35 AM Yash Garg wrote: > For a large multi billion dollar Publishing house in New York, client > needs a Full Stack Django Developer with 3+ years of solid Python/Django > experience > > Scope: > >- Co

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: Troubling installing Python 3 on my iMac

2019-04-30 Thread Alfredo Sumague
the safest way to use the latest python version (python 3.7.3 is the latest) is to create a virtual environment for python3, from there you install the latest python version, or you can use brew command to install python3. You can also install anaconda on your mac. Good luck. On Tue, Apr 30,

Re: Lead Architect / CTO ( Hands on ) - Start Up - Cambridge - 3 Days remote working

2019-03-31 Thread Alfredo Sumague
I'm interested. I'm here in US, can it be done remotely? Thanks, Alfredo Sumague On Thu, Mar 28, 2019 at 4:34 AM wrote: > Hi Everyone, > > I am looking for a candidate who has architectural experience in building > a Platform in Python Django. > > *Software Architect – Par

Re: Looking for an experienced Django full stack developer

2019-02-26 Thread Alfredo Sumague
I'm interested. Thanks, Alfredo Sumague On Tue, Feb 26, 2019 at 2:02 AM Giorgio M. wrote: > We are looking to expand our team with an experienced Python / Django > developer, with the ability to work vertically from the model creation to > the frontend (on a bootstrap template a

Re: Pip is not considered as an internal or external command

2019-02-19 Thread Alfredo Sumague
"pip" is a package management command used in installing software package(s) you need for a python project. So when you issue a "pip" command, a package name should follow, (eg. pip install xxx, where xxx is the package name. On Tue, Feb 19, 2019 at 6:57 PM PARIMALLA SREEJAA <

Re: Pip installation

2019-01-12 Thread Alfredo Sumague
Did you install python on your pc? If not download python (version 3.7 is the latest), then installed. On Sat, Jan 12, 2019 at 4:44 AM Kidwell Nyatsambo wrote: > Pip installation refusing to install on Windows 10. > Coming with this message; > [image: image.png] > > Please help. > Thank you in

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-27 Thread Alfredo Sumague
you can use AngularJS framework with Django. goodluck, Alfred On Tue, Nov 27, 2018 at 12:21 PM Simon Connah wrote: > I'm in the process of building a website in Django and need to make a > specific part of my application dynamic. Because of that I'd like to use > a JavaScript frontend

Re: python manage.py runserver

2018-11-21 Thread Alfredo Sumague
did you run it inside your project directory? On Wed, Nov 21, 2018 at 11:47 AM Mohamed Hashi wrote: > i install wrap > but till now python manage.py runserver isnt running with me > guys any help plz > > ‫في الأربعاء، 21 نوفمبر 2018 في 7:16 م تمت كتابة ما يلي بواسطة ‪Shubham > Rewale‬‏

Re: Not able to connect mongo DB with django2.1

2018-09-19 Thread Alfredo Sumague
The latest django version you can use for mongodb is 1.6 Flask another framework you use instead of Django, and it support mongodb. On Mon, Sep 17, 2018 at 4:16 AM akshat ahuja wrote: > Hey guys, > I am a beginner to Django and I am making an application in which I have > to connect to MongoDB