Hello
i'm a very new user of python and i'd luke to install Django
i want to use apache server instead of the internal Django server.
i read the documentation and installed wsgi
but now i don't know how to connect Django admin via apache!!
thanks for your help
T
--
You received this message b
On 2014-12-29, at 13:11 , th.gran...@free.fr wrote:
> Hello
>
> i'm a very new user of python and i'd luke to install Django
> i want to use apache server instead of the internal Django server.
>
> i read the documentation and installed wsgi
> but now i don't know how to connect Django admin via
Hi List,
I;m a data maangement specialist in a rather large multinational. I'm
trying to push Django as a fast development framework for front-end
applications of our databases. Currently the company is focusing on Sencha
ExtJS and java solutions. Can you help me with pointers why Django is
be
Hello Guys,
Here is my requirements.. I need to upload heavy files to a django app. the
users should be able to sync the file upload in the background.
This technique can be seen in file sharing services like 4shared and
dropbox. I know java is the way to go but I am wondering if something li
Sincerely, I can't see the ExtJS's Models as true models on an MVC (or MVT
for instance) context, since the only real uses I've seen of them is to
bind form controls to any "model like" (basically anything) structure.
Therefore, the best comparsion for the ExtJS would be AngularJS (this is my
point
Merci
Thanks
just another question
when you don't use apache but the internal server of Django you start the
command runserver for loging to django admin
how to connect with apache?
Many thanks
T.
Le lundi 29 décembre 2014 13:11:01 UTC+1, th.gr...@free.fr a écrit :
>
> Hello
>
> i'm a very ne
Hello there,
if you are familiar with puppet you can take a look to this module.
Best,
Phillip
On 29/12/14 17:26, th.gran...@free.fr wrote:
> Merci
> Thanks
>
> just another question
>
> when you don't use apache but the internal server of Django you start
> the command runserver for login
Sorry,
just forgot to attach the link
https://forge.puppetlabs.com/pbailey/django_bootstrap
Best,
Phillip
On 29/12/14 18:09, phil...@bailey.st wrote:
>
> Hello there,
>
> if you are familiar with puppet you can take a look to this module.
>
> Best,
>
> Phillip
>
--
You received this mes
Hello Collin,
On 12/29/14 07:25, Collin Anderson wrote:
> Hi Petros,
>
> I think the raw_id_fields still display the __str__/__unicode__ of the
> selected object so therefore need to get queried. I wonder if
> select_related would possibly help?
>
I do have select_related in the queryset (look at
You need both apache and uwsgi or something like gunicorn, gunicorn is
easier to configure. Basically your apache server will listen on 80 and
them proxy python code to the app server
On Mon, Dec 29, 2014 at 12:09 PM, phil...@bailey.st
wrote:
>
> Hello there,
>
> if you are familiar with puppet
That was it...
On Friday, December 26, 2014 4:45:13 PM UTC-6, Collin Anderson wrote:
>
> Hi,
>
> This one comes up a lot. It's confusing because {% block title %} is the
> _html_ , the title of the browser tab.
>
> You want to change {% block branding %}.
>
> Collin
>
> On Tuesday, December 23, 2
Hi,
I have the following pseudo model that I will use as the basis of a
modelformset:
class Entry:
athlete = ForeignKey(athlete)
category = ForeignKey(category)
race_number = IntegerField
I have a page that displays each athlete's details so the choice of athlete
has already been m
hi, i asked the question in SO but still nothing, can the devs share the
new style to the github repo?
http://stackoverflow.com/questions/27673432/django-docs-with-the-new-style
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe fro
Thanks MichielThat was the problem indeed. I had Debug=True. Changing
it to False solved the issue for me.
Regards,
Guddu
On Saturday, 27 December 2014 19:16:02 UTC-3, Michiel Overtoom wrote:
>
>
> On Dec 27, 2014, at 22:23, Anurag Chourasia wrote:
>
> > I have a Long Running Python Process
14 matches
Mail list logo