Re: I can't run django server nor activate the virtualenv

2014-05-03 Thread Fred DJar
is all important >> and its chopped off in the screenshot. >> >> Thanks >> >> On Saturday, 3 May 2014 16:25:57 UTC+1, Fred DJar wrote: >>> >>> Thanks >>> the second solution worked fine and the requirements were installed >>> >

Re: I can't run django server nor activate the virtualenv

2014-05-03 Thread Fred DJar
run (though usually they would be in > the requirements file too) > > Thanks > > > On Saturday, 3 May 2014 16:59:01 UTC+1, Lee wrote: >> >> Can you copy the complete error across? The end of it is all important >> and its chopped off in the screenshot. >> >

Re: I can't run django server nor activate the virtualenv

2014-05-03 Thread Fred DJar
Thanks the second solution worked fine and the requirements were installed but again when i tried to run the server this is what i got <https://lh3.googleusercontent.com/-Ag5MDmj_FBU/U2UKfxDCVGI/BGk/7w3r6Bzk36I/s1600/aaa.png> On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar

Re: I can't run django server nor activate the virtualenv

2014-05-02 Thread Fred DJar
--no-site-packages env* > *source activate* (from the bin folder as usual) > *pip install -r requirements* > > Thanks > > On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar wrote: >> >> >> >> >> *Hello guys, i'm a newbie so bear with me :)I have i

Re: I can't run django server nor activate the virtualenv

2014-05-02 Thread Fred DJar
<https://lh6.googleusercontent.com/-lSxIS-xkKGQ/U2O1-josuQI/A6g/a96OM6JdoHU/s1600/f.png> I got this error message trying to fetch the requirements On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar wrote: > > > > > *Hello guys, i'm a newbie so bear with me

Re: I can't run django server nor activate the virtualenv

2014-05-02 Thread Fred DJar
the files, >> but I'm not sure you want to do that. >> >> Every shell you open, you have to run "source activate" from the bin >> folder. Otherwise you will be running on the systems default. >> >> So before you write "pip install -r requir

Re: I can't run django server nor activate the virtualenv

2014-05-02 Thread Fred DJar
I've got an error message running the last command. here is the screenshot On Friday, 2 May 2014 07:52:24 UTC+1, Lee wrote: > > No, you were in the right locatin before. Look at your last scre

Re: I can't run django server nor activate the virtualenv

2014-05-01 Thread Fred DJar
yes i know because i've installed django before trying to work the virtualenv problem On Friday, 2 May 2014 01:05:20 UTC+1, Lee wrote: > > Also be aware that from the stack trace, it looks like you have django > installed into the global site packages rather than your virtualenv. The > main po

Re: I can't run django server nor activate the virtualenv

2014-05-01 Thread Fred DJar
so i'm in the directory /usr/local/lib/python2.7/dist-packages/django/core/management and now i should run the command pip install -r requirements and replace requirements with the missing file (for example base.py) is that it?? *i'm sorry if my questions seems dumb* On Friday, 2 May 2014 00:5

Re: I can't run django server nor activate the virtualenv

2014-05-01 Thread Fred DJar
il 2014 11:03:40 UTC+1, Fred DJar wrote: > > > > > *Hello guys, i'm a newbie so bear with me :)I have installed python 2.7 > and django 1.6 on my desktop (ubuntu 14)but i can't run the application or > activate the virtualenv* > > *this is the message i go

Re: I can't run django server nor activate the virtualenv

2014-05-01 Thread Fred DJar
untu!! maybe it should be run from the bash. if so can you tell me how because i have no idiea <https://lh5.googleusercontent.com/-jzmU-imBPVg/U2LMI2Ir0nI/A5Y/Wsz-iA3kQPo/s1600/Screenshot+from+2014-05-01+23%3A33%3A55.png> On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar wrote: > &g

Re: I can't run django server nor activate the virtualenv

2014-05-01 Thread Fred DJar
, April 28, 2014 10:10:29 AM UTC-4, Fred DJar wrote: >> >> Thanks Rene >> The virtualenv was created in Ubuntu but now i'm running windows, should >> i run it in Ubuntu because i've noticed that virtualenv folder structure >> differentiate from Ubuntu to win

Re: I can't run django server nor activate the virtualenv

2014-04-28 Thread Fred DJar
nternal or external command, operable program or batch file On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar wrote: > > > > > *Hello guys, i'm a newbie so bear with me :)I have installed python 2.7 > and django 1.6 on my desktop (ubuntu 14)but i can't run the app

Re: I can't run django server nor activate the virtualenv

2014-04-28 Thread Fred DJar
.7/dist-packages/django/utils/importlib.py", >> line 40, in import_module > > __import__(name) > > > Is there anything else? > > Cheers, > Victor > > On Monday, 28 April 2014 03:03:40 UTC-7, Fred DJar wrote: >> >> >> >> >&

I can't run django server nor activate the virtualenv

2014-04-28 Thread Fred DJar
*Hello guys, i'm a newbie so bear with me :)I have installed python 2.7 and django 1.6 on my desktop (ubuntu 14)but i can't run the application or activate the virtualenv* *this is the message i got:* ubuntu@ubuntu:~/Downloads/saf$ python manage.py runserver Traceback (most recent call last):

Re: Use custom HTML to render forms

2014-04-11 Thread Fred DJar
gt; > > {% block fields %}{% endblock %} > > > > > > > > # other.html > > {% extends "base.html" %} > > {% block title %}My Title{% endblock %} > > {% block fields %} > > Subscribe: > > {% endblock %} > > > Cheers. > &g

Re: Use custom HTML to render forms

2014-04-11 Thread Fred DJar
ANY IDEA GUYS? On Thursday, 27 March 2014 13:48:47 UTC, Fred DJar wrote: > > Hello, > I am a beginner in python and django programming, i have a question that > already have been asked in stackoverflow and many forums, but i couldnt > solve my own. > > this exactly my si

Re: Use custom HTML to render forms

2014-04-03 Thread Fred DJar
round the form, like so (in > base.html): > > {% block content %} > > ... > > {% endblock %} > > Any template extending from base.html which defines a "content" block will > override the form in base.html. > > _Nik > > On 3/27/20

Re: Use custom HTML to render forms

2014-04-03 Thread Fred DJar
p toolkit package for example. In particular > {{form|as_bootstrap}} > > > On 1 April 2014 22:50, Mike Dewhirst >wrote: > >> On 1/04/2014 8:12 PM, Daniel Roseman wrote: >> >>> On Tuesday, 1 April 2014 00:40:44 UTC+1, Fred DJar wrote: >>> >>>

Re: Use custom HTML to render forms

2014-04-03 Thread Fred DJar
mean!! On Tuesday, 1 April 2014 10:12:04 UTC+1, Daniel Roseman wrote: > > On Tuesday, 1 April 2014 00:40:44 UTC+1, Fred DJar wrote: >> >> HELP PLEASE >> > > No. > > You don't get to demand that people help you. If someone knows the answer > to your qu

Re: Use custom HTML to render forms

2014-04-03 Thread Fred DJar
quot;class":"span6"})) > > You can also create a filter for rendering your own markup. Perhaps you > can take a look at bootstrap toolkit package for example. In particular > {{form|as_bootstrap}} > > > On 1 April 2014 22:50, Mike Dewhirst >wrote: > >&g

Re: Use custom HTML to render forms

2014-03-31 Thread Fred DJar
HELP PLEASE -- 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@googlegr

Use custom HTML to render forms

2014-03-27 Thread Fred DJar
Hello, I am a beginner in python and django programming, i have a question that already have been asked in stackoverflow and many forums, but i couldnt solve my own. this exactly my situation: this the code in my app html page: *{% extends 'base.html' %}* *{% block content %}* * {% csrf_tok