Re: Backend In Web Programming | PHP, Laravel, ASP.NET, Django

2023-03-07 Thread Mastersoft Technology
Thanks On Mon, Mar 6, 2023 at 9:59 PM PATRICK OFOSU AGYEMANG < pathills2...@gmail.com> wrote: > Hi everyone, currently looking for a remote challenging opportunity for my > next career. > > Kindly find attached my CV. > > Let me know if any help comes up. > > Thank you > > -- > You received this

Backend In Web Programming | PHP, Laravel, ASP.NET, Django

2023-03-06 Thread PATRICK OFOSU AGYEMANG
Hi everyone, currently looking for a remote challenging opportunity for my next career. Kindly find attached my CV. Let me know if any help comes up. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: PHP website | a way to refresh the page without reloading

2022-05-20 Thread Gabriel Araya Garcia
gt;> >> Good afternoon! I'm new to programming and I'm making a website in php, I >> would like to know if there is a way for my website to update without >> reloading the page and always going to the top of it. >> sry for the english >> >> >> When I was

Re: PHP website | a way to refresh the page without reloading

2022-05-20 Thread Gabriel Araya Garcia
ogramming and I'm making a website in php, I > would like to know if there is a way for my website to update without > reloading the page and always going to the top of it. > sry for the english > > > When I was new to web programming I didn't know which way to to turn. > >

Re: PHP website | a way to refresh the page without reloading

2022-05-18 Thread Mike Dewhirst
On 19/05/2022 4:23 am, Dias André wrote: Good afternoon! I'm new to programming and I'm making a website in php, I would like to know if there is a way for my website to update without reloading the page and always going to the top of it. sry for the english When I was new to web programming

PHP website | a way to refresh the page without reloading

2022-05-18 Thread Dias André
Good afternoon! I'm new to programming and I'm making a website in php, I would like to know if there is a way for my website to update without reloading the page and always going to the top of it. sry for the english Dias André, greetings. -- You received this message because you

Re: can Django replace PHP ?

2021-06-28 Thread Vkash Poudel
I used to java SPRINGBOOT but after I am developing in Django I see it's more convenient than spring-boot. Django is secure, it's simple, Very fast app development, documentation of Django its one of the best, I hope Django can do whats PHP can. On Tue, Jun 29, 2021 at 1:07 AM Ari Davidow wrote

Re: can Django replace PHP ?

2021-06-28 Thread Ari Davidow
I can't think of any application where you would want php in an environment where python is already available UNLESS there is a requirement to use a php-specific content management system such as WordPress or Drupal. ari On Mon, Jun 28, 2021, 9:17 AM Krishna Adhikari wrote: > Hello all

Re: can Django replace PHP ?

2021-06-28 Thread Kelvin Sajere
You can create anything with both django and php, but to be fair, django can only really be compared to laravel which is the most popular web framework for php like django is for python. I suggest using django since you’ve already been working with python for years. It would be easier, you can

Re: can Django replace PHP ?

2021-06-28 Thread 'Peter van der Does' via Django users
Django !== PHP Python is like PHP Django is like Laravel On 6/28/21 2:43 PM, Ajeet Kumar Gupt wrote: > Django is a best in web development as well most secure in comparison > to php?  > > On Mon, Jun 28, 2021, 7:09 PM Ahmed omar miladi > mailto:ahmedomarmil...@gmail.com>>

Re: can Django replace PHP ?

2021-06-28 Thread Ajeet Kumar Gupt
Django is a best in web development as well most secure in comparison to php? On Mon, Jun 28, 2021, 7:09 PM Ahmed omar miladi wrote: > today django is the best for all web application > > Le lun. 28 juin 2021 à 14:17, Krishna Adhikari a > écrit : > >> Hello all my sen

Re: can Django replace PHP ?

2021-06-28 Thread Ahmed omar miladi
also to develop other web applications together. > > I searched a lot of information on google, but till now I did not make a > decision should I learn PHP or I can handle it all with Django? > > *can we solve all kinds of web application problems with Django without > learning PH

Re: can Django replace PHP ?

2021-06-28 Thread Tim Chase
On 2021-06-27 21:20, Krishna Adhikari wrote: > *can we solve all kinds of web application problems with Django > without learning PHP ?? * > *or PHP also recommended.* For just about aspect, either they're interchangeable, or I find that Python/Django wins (readability, library co

Re: can Django replace PHP ?

2021-06-28 Thread Sam Chaffy
Django gives you a builtin admin panel for free. Enjoy On Mon, Jun 28, 2021 at 3:49 PM Boris Pérez wrote: > Hi friend...u can do everything u need in django...without use php... > Greetings > > > 2021-06-28 10:23 GMT-04:00, Luis Zárate : > > Hi, you can create sev

Re: can Django replace PHP ?

2021-06-28 Thread Boris Pérez
Hi friend...u can do everything u need in django...without use php... Greetings 2021-06-28 10:23 GMT-04:00, Luis Zárate : > Hi, you can create several web applications with Django. So I guest you can > replace all web stuff with Django or other lib in python for web > development. >

Re: can Django replace PHP ?

2021-06-28 Thread Luis Zárate
on) for 3 years now in my > organization I also have to develop a Web Platform to deeply ML models and > also to develop other web applications together. > > I searched a lot of information on google, but till now I did not make a > decision should I learn PHP or I can handle it all

can Django replace PHP ?

2021-06-28 Thread Krishna Adhikari
a decision should I learn PHP or I can handle it all with Django? *can we solve all kinds of web application problems with Django without learning PHP ?? * *or PHP also recommended.* Thank you all in advance -- You received this message because you are subscribed to the Google Groups "Django

Re: Is there any ready to use Django script for user management like the UserCake or User Spice framework in PHP?

2019-08-22 Thread Vishal Parkar
Thank you very much, Derek! -- 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 discussion on the web visit

Re: Is there any ready to use Django script for user management like the UserCake or User Spice framework in PHP?

2019-08-22 Thread Derek
uesday, 20 August 2019 22:39:34 UTC+2, Vishal Parkar wrote: > > New to Django. Wish to port a web application to Django, which I have > already developed in PHP & MySQL with the UserSpice framework providing the > user management. I have modified the registration functionality

Is there any ready to use Django script for user management like the UserCake or User Spice framework in PHP?

2019-08-20 Thread Vishal Parkar
New to Django. Wish to port a web application to Django, which I have already developed in PHP & MySQL with the UserSpice framework providing the user management. I have modified the registration functionality such that only the ones invited using their emails by some already existing users

RE: django-EmailSending with PHP

2018-12-06 Thread Matthew Pava
with PHP Well The thing is you will still need to pay for sending emails. Regardless of how you want to send your email, you will need to pay for it somehow. Regards, Andréas Den tors 6 dec. 2018 kl 13:20 skrev Nagarjuna J mailto:nagarjun...@enthsquare.com>>: sendgrid was paid serv

Re: django-EmailSending with PHP

2018-12-06 Thread Andréas Kühne
any > option to get this service without price > > On Thu, Dec 6, 2018 at 2:38 PM Andréas Kühne > wrote: > >> Hi, >> >> I'm sorry, but I think this is a really strange request - why would you >> want to send email with PHP? The thing is that PHP itself needs a

Re: django-EmailSending with PHP

2018-12-06 Thread Nagarjuna J
sendgrid was paid service so i want price less service. is there any option to get this service without price On Thu, Dec 6, 2018 at 2:38 PM Andréas Kühne wrote: > Hi, > > I'm sorry, but I think this is a really strange request - why would you > want to send email with PH

Re: django-EmailSending with PHP

2018-12-06 Thread Andréas Kühne
Hi, I'm sorry, but I think this is a really strange request - why would you want to send email with PHP? The thing is that PHP itself needs a SMTP server to send the email with - so you'll just be moving the configuration to a different place - you can use the SMTP settings from the PHP server

django-EmailSending with PHP

2018-12-06 Thread nagarjuna . j
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i need to add php mailing in django (django PHP Email integration ). Is there any way to integrate PHP Email with django? -- You received this message because you are subscribed to the Google Groups "Django users&q

Re: Mpdf html design break fixing in php

2018-09-29 Thread Franklin Sarmiento
Hi bro!, PHP MPDF ??? this forums are only related with "Python" *Franklin Sarmiento* *Full-stack developer* *skype: franklin.s.dev* *Twitter: @franklinitiel* *linkedin: Franklin Sarmiento ( franklinit...@gmail.com )* *E-mail:

Mpdf html design break fixing in php

2018-09-27 Thread sankar ardhas
Hi everyone, In Mpdf pdf generation , html design breaks . how to fix this? I have attached pdf file and check it. -- 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: Django with apache and php

2017-11-30 Thread Jason
you'll need to set up a virtual conf file. https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/modwsgi/ has good directions. You can have it run on the same port, just set the URL path differently to point to django. Eg, using the Alias directive

Django with apache and php

2017-11-30 Thread Julián Melero Hidalgo
Hi all.I'm new in Django. I have a question.I have a server with apache and php. I would like to use django in this server.How can I config django in apache?Can I use django in the same port that php projects? How?Thank you a lot!Julián Melero. -- You received this message because you

Re: Django app to manage PHP-composer repositories

2017-06-20 Thread Melvyn Sopacua
On Tuesday 20 June 2017 17:41:03 Philipp Zedler wrote: > I'd like to manage composer packages using a Django App. (Composer is > the git of PHP, roughly speaking.) I'm gonna say you meant "pip" here. Or yarn. Or npm. But not git. > Is there already some Django App that does

Django app to manage PHP-composer repositories

2017-06-20 Thread Philipp Zedler
Hi Django Users, I'd like to manage composer packages using a Django App. (Composer is the git of PHP, roughly speaking.) Is there already some Django App that does this? Best wishes Philipp P.S. I know that the essential features of such an app are very simple. However, I prefer

Re: php

2017-05-05 Thread James Bennett
worked on ways to integrate PHP code into Python-based projects, and one of them has been linked in this thread. In general, though, it's likely that someone who wants to use PHP would have more success with a PHP-based framework rather than the technical difficulties involved in getting a multi-language

Re: php

2017-05-05 Thread Larry Martell
On Fri, May 5, 2017 at 3:28 PM, James Schneider <jrschneide...@gmail.com> wrote: > > Can we add php code in our django framework to make it better > > > No. > > Nothing can be made better by adding PHP to it. LOL! -- You received this message because you are subs

Re: php

2017-05-05 Thread carlos
i think read the source code here https://github.com/mvasilkov/django-php maybe help you! On Fri, May 5, 2017 at 8:45 AM, Saurabh Pathak <saurabhpathak...@gmail.com> wrote: > Can we add php code in our django framework to make it better > > -- > You received this m

Re: php

2017-05-05 Thread James Schneider
Can we add php code in our django framework to make it better No. Nothing can be made better by adding PHP to it. If you want to write PHP code, I'd suggest finding a framework in that language. -James -- You received this message because you are subscribed to the Google Groups "D

php

2017-05-05 Thread Saurabh Pathak
Can we add php code in our django framework to make it better -- 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.co

Re: Parsing PHP-style GET parameters for lists and dicts in Django

2016-02-26 Thread James Schneider
On Fri, Feb 26, 2016 at 2:49 AM, Remco Gerlich <re...@gerlich.nl> wrote: > Hi James, > > I agree with the general dirtyness of PHP and I have used Django > exclusively for years. > > Ah, the way you posed the question I took you to be a recent convert. Sorry ab

Re: Parsing PHP-style GET parameters for lists and dicts in Django

2016-02-26 Thread Remco Gerlich
Hi James, I agree with the general dirtyness of PHP and I have used Django exclusively for years. The type of parameter I mean is where, say a list of two elements [1,2] is sent as http://example.com/?list[0]=1[1]=2 So instead of two parameters with the same name, this has two parameters

Re: Parsing PHP-style GET parameters for lists and dicts in Django

2016-02-26 Thread James Schneider
> columns[1][search][regex]=false > columns[2][data]=2 > columns[2][name]= > columns[2][searchable]=true > columns[2][orderable]=true > columns[2][search][value]= > columns[2][search][regex]=false > > I think this plugin was written with PHP in mind, and that PHP can au

Parsing PHP-style GET parameters for lists and dicts in Django

2016-02-26 Thread Remco Gerlich
][search][regex]=false I think this plugin was written with PHP in mind, and that PHP can automatically convert that into a list of dicts that would in Python look something like columns = [ {"data": 0, "name": '', "searchable": True, "orderable": True

Re: Rewrite (port) project from PHP (Code Igniter) to Django

2015-03-05 Thread Scot Hacker
On Thursday, March 5, 2015 at 4:28:13 AM UTC-8, Alexey Milogradov wrote: > > Hello everyone! > > I would like to collect thoughts, articles, posts, code bases, actually > any shared experience on how to port existing project from PHP to > Python/Django. > The specifics of t

Rewrite (port) project from PHP (Code Igniter) to Django

2015-03-05 Thread Alexey Milogradov
Hello everyone! I would like to collect thoughts, articles, posts, code bases, actually any shared experience on how to port existing project from PHP to Python/Django. Platform agnostic advises or thoughts are appreciated as well. There are my initial quick thoughts and findings on what

Re: block php requests

2015-01-22 Thread Collin Anderson
~\.php$ { return 444; } location ~\.aspx?$ { return 444; } location /account/submit/add-blog { return 444; } location /blogs/my_page/add { return 444; } location /my_blogs { return 444; } location /YaBB { return 444; } location /signup { return 444; } location /register

Re: block php requests

2015-01-21 Thread hinnack
Hi, thanks for your reply. Blocking all requests in Apache seems to be the best way. Can you give an example how to do that? As / is mapped to the wsgi app ( https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/modwsgi/ ) and a new files section does not the trick: #PHP

Re: block php requests

2015-01-20 Thread Avraham Serour
you can tell apache to get any request ending with .php and return 404 from apache without passing the request to django you could return something else like 403 and ban the ip for some time On Tue, Jan 20, 2015 at 1:55 PM, hinnack <henrik.gens...@miadi.net> wrote: > Hi, > &

block php requests

2015-01-20 Thread hinnack
Hi, I get a lot of intrusion checks on my website - especially for PHP (wordpress, joomla, …). Today they all raise a 404 errors in python-django - so if you have emails enabled for 404 errors… What is the best way to block those requests in a standard apache deployment? ( https

Re: mixing python , php and django

2014-08-15 Thread ngangsia akumbo
; > > > > > On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > > > > I am working with a php guy in my office . > > He is asking me how can we mix php and django? > > Cos he want that when we have a project to do he should be able to > > paticipate us

Re: mixing python , php and django

2014-08-14 Thread m1chael
-Molnar <nik.mol...@consbio.org> wrote: > Well, there's always: http://animuchan.net/django_php/ > > _Nik > > > On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he wa

Re: mixing python , php and django

2014-08-14 Thread Nikolas Stevenson-Molnar
Well, there's always: http://animuchan.net/django_php/ _Nik On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he want that when we have a project to do he should be able to > paticipa

Re: mixing python , php and django

2014-08-14 Thread Lee
from the front-end, using JSON data via GET/PUT requests. > One way for you to handle this on the back-end is via Tastypie - see > http://tastypieapi.org/ . I don't write PHP, but I can see at least one > web link showing how this could be done: > http://www.littlehart.net/atthekey

Re: mixing python , php and django

2014-08-14 Thread Anderson
els, then he > can communicate from the front-end, using JSON data via GET/PUT requests. > One way for you to handle this on the back-end is via Tastypie - see > http://tastypieapi.org/ . I don't write PHP, but I can see at least one > web link showing how this could be don

Re: mixing python , php and django

2014-08-14 Thread Derek
this on the back-end is via Tastypie - see http://tastypieapi.org/ . I don't write PHP, but I can see at least one web link showing how this could be done: http://www.littlehart.net/atthekeyboard/2010/12/15/fun-with-apis-frapi-and-django-tastypie/ On Thursday, 14 August 2014 11:09:14 UTC+2, ngangsia

Re: mixing python , php and django

2014-08-14 Thread ngangsia akumbo
can i have a link on how that works? On Thursday, August 14, 2014 9:38:15 AM UTC+1, Erik Cederstrand wrote: > > Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo <ngan...@gmail.com > >: > > > I am working with a php guy in my office . > > He is asking me how can we m

Re: mixing python , php and django

2014-08-14 Thread Erik Cederstrand
Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo <ngang...@gmail.com>: > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he want that when we have a project to do he should be able to paticipate > using php in building the projec

mixing python , php and django

2014-08-14 Thread ngangsia akumbo
I am working with a php guy in my office . He is asking me how can we mix php and django? Cos he want that when we have a project to do he should be able to paticipate using php in building the project can someone give me some tips -- You received this message because you are subscribed

Re: django-php - yeah, it happened.

2014-02-28 Thread Cal Leeming [Simplicity Media Ltd]
The post was actually meant to be humorous, albeit dry :) But if it makes you any happier, I'd have been just as sad if it was django-java, django-rails, django-ruby or django-insert-whatever-language-you-want-here. On a serious thought, my opposition isn't against PHP, despite my disliking

Re: django-php - yeah, it happened.

2014-02-28 Thread Scott Anderson
On Feb 28, 2014, at 1:51 PM, Rafał Pitoń wrote: > You should give Jinja and projects like django-jinja a look then. They are > exactly what you want: Twig like template system for Django. Thanks, but that’s not the piece I need. I’m happy with Django’s templates and I

Re: django-php - yeah, it happened.

2014-02-28 Thread Rafał Pitoń
On Friday, February 28, 2014 4:16:58 PM UTC+1, Scott Anderson wrote: > > Well, things like Twig are based on Django templates. We're currently > migrating from PHP to Django, and if something like Django-PHP made that > easier I would most definitely use it. > > To be honest

Re: django-php - yeah, it happened.

2014-02-28 Thread Rafał Pitoń
Really? You bring up three years old toy project that didn't went anywhere and mock somebody's work because PHP's involved? Thats bad form OP. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: django-php - yeah, it happened.

2014-02-28 Thread Scott Anderson
Well, things like Twig are based on Django templates. We're currently migrating from PHP to Django, and if something like Django-PHP made that easier I would most definitely use it. To be honest I wish there were a Twig-like solution for Django. We're going to try adding the missing tags

Re: django-php - yeah, it happened.

2014-02-28 Thread Nevio Vesic
WTF lol @Cal, you made my morning! -- 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

Re: django-php - yeah, it happened.

2014-02-28 Thread Antoni Aloy
:D 2014-02-28 0:30 GMT+01:00 Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk>: > Clearly this should be considered for merge into the core; > https://github.com/mvasilkov/django-php > > The really sad part: someone somewhere *will* use

django-php - yeah, it happened.

2014-02-27 Thread Cal Leeming [Simplicity Media Ltd]
Clearly this should be considered for merge into the core; https://github.com/mvasilkov/django-php The really sad part: someone somewhere *will* use this in production, and be totally srs about it. Excuse me whilst I cry myself to sleep. Cal -- You received this message because you

Re: Django and Bind jQuery Grid to MySql Database using PHP

2014-01-08 Thread David Nides
nd how :-) Thanks!! On Wednesday, January 8, 2014 6:36:02 AM UTC-6, Daniel Roseman wrote: > > On Wednesday, 8 January 2014 05:16:32 UTC, David Nides wrote: >> >> Greeting, >> >> I am trying to bind a jQuery grid to MySql database using PHP and serve >> up usi

Re: Django and Bind jQuery Grid to MySql Database using PHP

2014-01-08 Thread carlos
y 2014 05:16:32 UTC, David Nides wrote: >> >> Greeting, >> >> I am trying to bind a jQuery grid to MySql database using PHP and serve >> up using Django. I am a complete noob to web dev and Django. I followed the >> directions >> on JQuery's >> webs

Re: Django and Bind jQuery Grid to MySql Database using PHP

2014-01-08 Thread Daniel Roseman
On Wednesday, 8 January 2014 05:16:32 UTC, David Nides wrote: > > Greeting, > > I am trying to bind a jQuery grid to MySql database using PHP and serve up > using Django. I am a complete noob to web dev and Django. I followed the > directions > on JQuery's > website&

Django and Bind jQuery Grid to MySql Database using PHP

2014-01-08 Thread David Nides
Greetings, I am noob to django and web dev. I followed the directions on the JQuery website<http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/bind-jquery-grid-to-mysql-database-using-php.htm>to Bind jQuery Grid to a MySql Database using PHP. By means of g

Django and Bind jQuery Grid to MySql Database using PHP

2014-01-08 Thread David Nides
Greeting, I am trying to bind a jQuery grid to MySql database using PHP and serve up using Django. I am a complete noob to web dev and Django. I followed the directions on JQuery's website<http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/bind-jquery-g

Re: A PHP framework with some Django features?

2013-06-28 Thread Gustavo Carneiro
On Fri, Jun 28, 2013 at 7:26 PM, Javier Guerra Giraldez <jav...@guerrag.com>wrote: > On Fri, Jun 28, 2013 at 1:16 PM, Gustavo Carneiro <gjcarne...@gmail.com> > wrote: > > I don't know what you mean. You can use apache mod_wsgi to have apache > > directly serve D

Re: A PHP framework with some Django features?

2013-06-28 Thread Javier Guerra Giraldez
On Fri, Jun 28, 2013 at 1:16 PM, Gustavo Carneiro <gjcarne...@gmail.com> wrote: > I don't know what you mean. You can use apache mod_wsgi to have apache > directly serve Django web apps[1], same as PHP. in most cases, apache out of the box will let you simply drop *.php files anywh

Re: A PHP framework with some Django features?

2013-06-28 Thread Gustavo Carneiro
On Fri, Jun 28, 2013 at 7:04 PM, Javier Guerra Giraldez <jav...@guerrag.com>wrote: > On Fri, Jun 28, 2013 at 12:54 PM, Jason Arnst-Goodrich > <goodri...@gmail.com> wrote: > > Nobody's ever switched FROM Django TO PHP as far as I know :) > > > maybe not, b

Re: A PHP framework with some Django features?

2013-06-28 Thread Javier Guerra Giraldez
On Fri, Jun 28, 2013 at 12:54 PM, Jason Arnst-Goodrich <goodri...@gmail.com> wrote: > Nobody's ever switched FROM Django TO PHP as far as I know :) maybe not, but returns to PHP might be common. still many people take PHPs ease of deployment as a failure of other schemes (not

Re: A PHP framework with some Django features?

2013-06-28 Thread Jason Arnst-Goodrich
Nobody's ever switched FROM Django TO PHP as far as I know :) But like others have already said - there's plenty of good frameworks that accomplish the same things Django does in PHP. Unless you truly love PHP I'd take the time to learn Django instead. :P On Friday, June 28, 2013 10:17:50 AM

Re: A PHP framework with some Django features?

2013-06-28 Thread Andre Terra
thread below that SonataAdminBundle (in sf2 context) > serves as very good admin management, till now I am very happy with > Symfony2. > > > On Friday, June 28, 2013 2:43:38 AM UTC+5:30, thoms wrote: >> >> Hello, >> >> I have a PHP background, and I'm learning D

Re: A PHP framework with some Django features?

2013-06-28 Thread Deepak Kumar
> > I have a PHP background, and I'm learning Django. > Long story short: I love Django, but some things are really painful to do > (configuration, media/static content, etc.). > > That's why I want to know if there is a PHP framework that has some of > Django's really cool

Re: A PHP framework with some Django features?

2013-06-28 Thread Tiago Almeida
not as clean as Django (lots of config files, huge nested folder structure etc...) my 2 cent... On Thursday, June 27, 2013 10:13:38 PM UTC+1, thoms wrote: > > Hello, > > I have a PHP background, and I'm learning Django. > Long story short: I love Django, but some things are

Re: A PHP framework with some Django features?

2013-06-27 Thread yeswanth nadella
Even cake php framework does create db tables from models. The only thing is that you need to install a third party application. On Thursday, June 27, 2013 4:13:38 PM UTC-5, thoms wrote: > > Hello, > > I have a PHP background, and I'm learning Django. > Long story short

Re: A PHP framework with some Django features?

2013-06-27 Thread Rene Vallecillo
I guess you could try http://symfony.com/ On Thu, Jun 27, 2013 at 3:13 PM, thoms <thomas.p...@gmail.com> wrote: > Hello, > > I have a PHP background, and I'm learning Django. > Long story short: I love Django, but some things are really painful to do > (configuration,

A PHP framework with some Django features?

2013-06-27 Thread thomaaaas
Hello, I have a PHP background, and I'm learning Django. Long story short: I love Django, but some things are really painful to do (configuration, media/static content, etc.). That's why I want to know if there is a PHP framework that has some of Django's really cool features: - Automatically

Re: PHP vs Django

2013-01-30 Thread frocco
I coded a site in PHP using yii before I stumbled onto django a few weeks back. Now I am rewriting my site in django while I learn. I just love the framework. On Sunday, January 27, 2013 10:50:26 PM UTC-5, Nikhil Verma wrote: > > Well i would say its all about money and p

Re: PHP vs Django

2013-01-28 Thread carlos
Hi man learn both or not more lenguages: python,ruby,php,javascript and them framework Django, ruby on rails, symfony2,nodejs, etc etc. Not only one XD Cheers :) On Sun, Jan 27, 2013 at 9:58 PM, Edwin Lunando <edwinluna...@gmail.com>wrote: > Although, your question is out of topi

Re: PHP vs Django

2013-01-27 Thread Edwin Lunando
n, Jan 27, 2013 at 7:50 PM, Nikhil Verma > <varma.n...@gmail.com > > wrote: > >> Well i would say its all about money and passion for programming.In Web >> development you are uncertain which you have to learn next. >> >> My personnel opinion:- >> &g

Re: PHP vs Django

2013-01-27 Thread Nikhil Verma
i would say its all about money and passion for programming.In Web >> development you are uncertain which you have to learn next. >> >> My personnel opinion:- >> >> php is a crap. Its a horrible language. >> >> Python well i would say the king of all and

Re: PHP vs Django

2013-01-27 Thread Londerson Araújo
@Vijaya, if your preocuppation is a job, mas estudy php, there is a lot for php guys! 70% more os less of the web is PHP!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

Re: PHP vs Django

2013-01-27 Thread Vijaya Reddy P R
o learn next. > > My personnel opinion:- > > php is a crap. Its a horrible language. > > Python well i would say the king of all and the framework Django is > amazing. > > Thanks > > > > On Mon, Jan 28, 2013 at 9:10 AM, Londerson Araújo <londer...@gmail.com>

Re: PHP vs Django

2013-01-27 Thread Nikhil Verma
Well i would say its all about money and passion for programming.In Web development you are uncertain which you have to learn next. My personnel opinion:- php is a crap. Its a horrible language. Python well i would say the king of all and the framework Django is amazing. Thanks On Mon, Jan

Re: PHP vs Django

2013-01-27 Thread Edwin Lunando
Your question final answer is always go with your preference. PHP and Django is a whole different thing. PHP is a language and Django is a framework. If I tell you what to choose to build a web app, go for Django because it is a framework. Code a web app from scratch by PHP is just tormenting

Re: PHP vs Django

2013-01-27 Thread Vijaya Reddy
If i learn django, is it easy to get jobs? Easy it possible to develop a site like www.99technuts.com and easy it easy to get job in google.? Thanks Vijay On Sunday, January 27, 2013 7:40:45 PM UTC-8, Londerson Araújo wrote: > > Man, i work with PHP for 5 years more or less, and

Re: PHP vs Django

2013-01-27 Thread Londerson Araújo
Man, i work with PHP for 5 years more or less, and Python is the the answer for my life. -- 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

Re: PHP vs Django

2013-01-27 Thread Sayth Renshaw
Why leave JS? Use node.js or meteor . PHP has many frameworks any in particular you were referring to Cake, symfony2, send? Sayth On Monday, January 28, 2013, Vijaya Reddy wrote: > Hello All, > > I want to build my career in web development. I have learned CSS,HTML,JS. > Now i

PHP vs Django

2013-01-27 Thread Vijaya Reddy
Hello All, I want to build my career in web development. I have learned CSS,HTML,JS. Now i am planning to learn either PHP or Dajngo. I have good knowledge in python. Which one is good(Django or PHP)? Thanks and Regards Vijaya Reddy -- You received this message because you are subscribed

Re: [JOB] Urgent - PHP/Python Developer needed

2012-12-10 Thread Mohamed Bouzahir
Hi Mr, I have a great skills in php and i'm leanring pythion a ruby on rails is there a position for me in your company? BTW i'm from morocco i speak english, arabic and french. *Mohamed Bouzahir* *web engineer* *+212664058422* On Tue, May 1, 2012 at 3:13 PM, Cal Leeming [Simplicity Media Ltd

Re: Django and PHP webhosting in Germany

2012-06-17 Thread Egon Frerich
Am 16.06.2012 22:24, schrieb sjtirtha: > Hi, > > can somebody recommend a good and cheap web hosting for django and > php(wordpress)? > I'm looking something below 10 € monthly, only for small apps and blogs. > > Regards, > Steve > I recommend www.raumopol.de/ Our d

Re: Django and PHP webhosting in Germany

2012-06-17 Thread Nick Apostolakis
On 16/06/2012 11:47 μμ, Carlos Daniel Ruvalcaba Valenzuela wrote: Try Hetzner in Germany, they are a solid hosting company with reasonable prices, their dedicated hardware is well know for being a great value. http://www.hetzner.de/ You can get a virtual server from Hetzner with a monthly

Re: Django and PHP webhosting in Germany

2012-06-17 Thread Daniele Procida
On Sun, Jun 17, 2012, Mike Ryan wrote: >Does anyone else feel that "which webhost..." questions should be politely >responded to with a link to >https://code.djangoproject.com/wiki/DjangoFriendlyWebHosts, and a request >not to post similar questions in future? Not

Re: Django and PHP webhosting in Germany

2012-06-17 Thread sjtirtha
Hi Mike, I've checked the link before. The list shows me only 2 providers in Germany which offer php and python from one box. There are some other providers from Swiss, but they do not offer php. That's why I asked question here. My following question is also, if I do not have any root access

Re: Django and PHP webhosting in Germany

2012-06-17 Thread Mike Ryan
y recommend a good and cheap web hosting for django and > php(wordpress)? > I'm looking something below 10 € monthly, only for small apps and blogs. > > Regards, > Steve > -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Django and PHP webhosting in Germany

2012-06-16 Thread Daniele Procida
On Sat, Jun 16, 2012, sjtirtha <sjtir...@gmail.com> wrote: >can somebody recommend a good and cheap web hosting for django and >php(wordpress)? >I'm looking something below 10 ? monthly, only for small apps and blogs. <http://djangoeurope.com/> have worked well for me;

Re: Django and PHP webhosting in Germany

2012-06-16 Thread Carlos Daniel Ruvalcaba Valenzuela
rmany, they are a solid hosting company with >> reasonable prices, their dedicated hardware is well know for being a >> great value. >> >> http://www.hetzner.de/ >> >> On Sat, Jun 16, 2012 at 1:24 PM, sjtirtha <sjtir...@gmail.com> wrote: >>> Hi, &g

Re: Django and PHP webhosting in Germany

2012-06-16 Thread sjtirtha
wrote: >> Hi, >> >> can somebody recommend a good and cheap web hosting for django and >> php(wordpress)? >> I'm looking something below 10 € monthly, only for small apps and blogs. >> >> Regards, >> Steve >> >> -- >> You receive

  1   2   3   4   >