Re: Hiring react developers

2021-05-13 Thread vineet daniel
Hi Arun Please share your profile on vineet.dan...@paymeindia.in On Thu, 13 May 2021, 18:39 Arun Kumar, wrote: > Interested > > On Thu, 13 May 2021 at 6:12 PM, John McClain > wrote: > >> Kasper, >> >> I think it means I am asking the community for help. >> >> Does that clear things up for

Re: Hiring react developers

2021-05-10 Thread vineet daniel
Please share your resume with me on vineet.dan...@paymeindia.in On Mon, 3 May 2021, 11:14 Akinfolarin Stephen, < akinfolarinsteph...@gmail.com> wrote: > Am a react developer .Am interested > > On Mon, May 3, 2021 at 6:11 AM vineet daniel > wrote: > >> Hi Grou

Re: Hiring react developers

2021-05-03 Thread vineet daniel
Hi, Thanks for the response. Please share your profile and where are you based? On Mon, 3 May 2021, 11:14 Akinfolarin Stephen, < akinfolarinsteph...@gmail.com> wrote: > Am a react developer .Am interested > > On Mon, May 3, 2021 at 6:11 AM vineet daniel > wrote: > >&

Hiring react developers

2021-05-02 Thread vineet daniel
Hi Group, Any one interested in Frontend development role using react? Please let me know. -- 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: Django -adiminstration page is not opening

2020-01-16 Thread vineet daniel
What's in the log, share log or stacktrace. Hard to guess anything. On Sun, 12 Jan 2020, 18:54 Rishabh Rai, wrote: > When i try to access my admin panel after entering username and password > correctly, instead of taking to next page it shows me fail to load.can any > one have any suggestions??

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread vineet daniel
VSCode. On Thu, 7 Nov 2019, 16:39 John McClain, wrote: > agreed, but... > > pycharm is dedicated to python and vs code is generally suitable for any > others assuming the person operating can configure their environments. > > the person was asking for an IDE suitable for python specifically

Re: Djongo and mongodb

2019-11-07 Thread vineet daniel
You need to share code or error. Hard to say anything in response to bery generic queries. On Thu, 7 Nov 2019, 18:05 Amit Agarwal, wrote: > Hi friends, > I am using Djongo to connect to MongoDB. > > But I am not able to connect it to existing collection. > > Can u all plz guide how to do this,

Re: Creating an app that generates static files

2019-10-18 Thread vineet daniel
and use ssd for maximum I/O as youd creating and deleting files a lot, move session from db to something like redis and python has concurrency libraries make use of them as well. On Fri, 18 Oct 2019, 14:29 vineet daniel, wrote: > Dont forget inode and files limit if you are creating too m

Re: Creating an app that generates static files

2019-10-18 Thread vineet daniel
ertainly cpu intensive; however I am going to get around this >>>> by using an of this Verge3D request. >>>> >>>> So to be more specific, my app does the following: >>>> - the url mapping pulls a database entry >>>> - the app serves the proper html te

Re: Django URL not working on my windows 10

2019-10-17 Thread vineet daniel
Scrernshot5 there should.be a comma before name. On Thu, 17 Oct 2019, 20:26 vineet daniel, wrote: > Typo in include in urls.py file instead of incliude it should be include. > Thats something that i could see immediately. > > On Thu, 17 Oct 2019, 20:22 Muhamed Bešić, > wrote:

Re: Django URL not working on my windows 10

2019-10-17 Thread vineet daniel
Typo in include in urls.py file instead of incliude it should be include. Thats something that i could see immediately. On Thu, 17 Oct 2019, 20:22 Muhamed Bešić, wrote: > wtf i have done wrong, i'm getting bored, URL mapping not working anyway, > anyone please, review the files and give a

Re: Creating an app that generates static files

2019-10-17 Thread vineet daniel
This problem can happen with any stack and shouldn't be considered as django specific. What you are looking for is a solution in a layman terms.which then can be translated to django implementation. Before that i would like to know image size and kind of image that you create. Is it some qr code

Re: Should there be separate django app for every user type in a django project?

2019-10-15 Thread vineet daniel
and you are comfortable in doing just keep it mind that it should be easy to maintain for other developers as well. Regards Vineet Daniel Cell : +918527565696 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin <http://in.linkedin.com/in/vineetdaniel> | Tw

Re: Micro Service Architecture

2019-10-14 Thread vineet daniel
Have a look at this https://pypi.org/project/django-grpc/ Regards Vineet Daniel Cell : +918527565696 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin <http://in.linkedin.com/in/vineetdaniel> | Twitter <https://twitter.com/vineetdaniel> On Mon, Oc

Re: Docker

2019-10-14 Thread vineet daniel
in reference to kubernetes cluster as well? with multiple containers? developer pushes the code to git and that invokes kube pipeline where does volume come into picture here. I might be wrong here and that's why need clarity on this. May be we are thinking differently. Regards Vineet Daniel Cell

Re: Docker

2019-10-14 Thread vineet daniel
How would one use volumes if containers are to initiated after git merge/push ? (CI/CD setup). Regards Vineet Daniel Cell : +918527565696 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin <http://in.linkedin.com/in/vineetdaniel> | Twitter <http

Re: Micro Service Architecture

2019-10-12 Thread vineet daniel
To fully implement microservices you need django apis behind a proxy or load balancer or another api which can route request from nginx or kong to your backend microservices. Each microservice can be in docker container and all of it running on kubernetes. Frontend can be either angular, vue or

Re: Docker

2019-10-10 Thread vineet daniel
Use git to clone the code within the container to fetch latest copy of code. On Thu, 10 Oct 2019, 20:59 balogun tobi, wrote: > How does one deploy an already developed django app using Docker? > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: integrate vue js with django

2019-07-14 Thread vineet daniel
You might want to have a look at this tutorial series. https://scotch.io/bar-talk/build-an-app-with-vuejs-and-django-part-one Regards Vineet Daniel Cell : +918527565696 Websites : Blog <http://vineetdaniel.blogspot.com> | Linkedin <http://in.linkedin.com/in/vineetdaniel>

Re: NEWBIE

2019-07-09 Thread vineet daniel
First of all its Django and not Gjango and rather than getting mastery over a framework in two months Id suggest that you start with python or any programming language which has OOPs. If you are not sure what that is then start from very basic of programming. There is no shortcut to success. Have