Re: I can1t install django-allauth

2023-08-25 Thread ivan harold
Try following this steps https://hyperhost.ua/en/wiki/ustanovka-i-zapusk-python-django-v-cpanel On Thursday, August 24, 2023 at 3:23:47 AM UTC+8 Juhász Tamás wrote: > Hello, > django-allauth is well installed and working in my development environment. > But I can't install it on the live server

I can1t install django-allauth

2023-08-23 Thread Juhász Tamás
Hello, django-allauth is well installed and working in my development environment. But I can't install it on the live server (cPanel). pip is good, django is installed. Allauth refuses, in every case it stops with so many errors that I can't even look back in the cPanel terminal, what could

Re: How to properly install Django patch ?

2021-05-21 Thread Boris Pérez
You can not do a downgrade, until next release??? Greetings 2021-05-21 4:57 GMT-04:00, ant an : > Folks, > There is a patch for latest Django version (2.2.23) , fixed a bug which > break my site. > and next release is due to 1 June. > > Can not wait that long, Is there some standard way to patch

How to properly install Django patch ?

2021-05-21 Thread ant an
Folks, There is a patch for latest Django version (2.2.23) , fixed a bug which break my site. and next release is due to 1 June. Can not wait that long, Is there some standard way to patch a production server ? Thanks! - An -- You received this message because you are subscribed to

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-23 Thread Chinsinsi Makande
try to copy the django.PYPI from the official website, then in your command prompt type; 1.python -m 2 paste the pip syntax It should look like this; python -m pip install django Else install python 3.8 because sometimes 3.9 gives an error when configuring interpreter in pycharm On Thu, Mar

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-21 Thread Felix Orinda
Try python3. 9 -m pip install django==3.1.7 On Fri, Mar 19, 2021, 16:45 Anornymous u wrote: > Yoh, join WhatsApp group and share error > https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q > > On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > >> On 18/03/2021 19.04, Simon L

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Anornymous u
Yoh, join WhatsApp group and share error https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > On 18/03/2021 19.04, Simon Lankwagh wrote: > > I have installed python 3.9 and selected 'add to path' during > > installation, i am now tr

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread choyon saha
Please chack does you install django if not Install pip install django On Fri, Mar 19, 2021, 4:44 PM Simon Lankwagh wrote: > > thank you all, i created a virtual environment and installed it. > > On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > >

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Joao Frankmann
How are you trying to install Django? Globaly? or on a Virtual Enviroment? Try to install on a Venv. Did you install python 3.9 in a new machine or did you have any previous versions installed on it? Try to remove any previous python version installed. Can you please post the errors here, so

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Rizky Muhammad Faris Prakoso
Install pipenv then type this in powershell : pipenv install --python 3.9 pipenv install django On Fri, Mar 19, 2021 at 1:10 AM Simon Lankwagh < simmonshasbounced...@gmail.com> wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now tryin

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Simon Lankwagh
thank you all, i created a virtual environment and installed it. On Thursday, March 18, 2021 at 9:20:56 PM UTC+1 ule...@gmail.com wrote: > After installing python, you have to install PIP. > To install PIP type in the following: > python get-pip.py > > To install django tye i

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread ule...@gmail.com
After installing python, you have to install PIP. To install PIP type in the following: python get-pip.py To install django tye in the following : pip install django Op donderdag 18 maart 2021 om 19:10:45 UTC+1 schreef simmonshas...@gmail.com: > I have installed python 3.9 and selected '

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Walter Randazzo
Try installing miniconda o anaconda first. El jue., 18 mar. 2021 3:10 p. m., Simon Lankwagh < simmonshasbounced...@gmail.com> escribió: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot

Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Kasper Laudrup
On 18/03/2021 19.04, Simon Lankwagh wrote: > I have installed python 3.9 and selected 'add to path' during > installation, i am now trying to install django 3.1.7 but it generates a > lot of errors i can not understand, please what is the right way to > setup django development o

Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-18 Thread Simon Lankwagh
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10? -- You received this message because you

How to install django with react in vs code. If anyone has any link or commands, Please share me

2020-09-05 Thread grav...@gmail.com
How to install django with react in vs code. If anyone has any link or commands, Please share me On Saturday, September 5, 2020 at 7:09:26 PM UTC+5:30 Lightning Bit wrote: > Hi all, > > Does anyone have experience with integrating user accounts into a Django > Website? Are there

Re: pip install Django==3.0

2019-12-02 Thread אורי
On Mon, Dec 2, 2019 at 9:24 PM Simon Charette wrote: > Dear Uri, > > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > Yes, it does. > > > I noticed that Django 3.0 doesn't support Python 3.5. But why does pip > fail? > > Pip will respect the

Re: pip install Django==3.0

2019-12-02 Thread Abu Yusuf
o users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/619671495 > > But it succeeds with Python 3.6 and 3.7. I noticed that Django

Re: pip install Django==3.0

2019-12-02 Thread Simon Charette
> Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/619671495 > > But it succeeds with Python 3.6 and 3.

Re: pip install Django==3.0

2019-12-02 Thread JP Smith
Django 3.0 does not support Python 3.5 . https://docs.djangoproject.com/en/3.0/releases/3.0/ ‪On Mon, Dec 2, 2019 at 11:06 AM ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install

Re: pip install Django==3.0

2019-12-02 Thread JP Smith
Django 3.0 does not support Python 3.5: > > https://docs.djangoproject.com/en/3.0/releases/3.0/ -- 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: pip install Django==3.0

2019-12-02 Thread Ramiro Morales
‪On Mon, Dec 2, 2019 at 1:06 PM ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/61967149

Re: pip install Django==3.0

2019-12-02 Thread John McClain
try without specifying version try without using pip what ide are you using ‪On Mon, 2 Dec 2019 at 16:05, ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with P

pip install Django==3.0

2019-12-02 Thread אורי
Django users, When I use pip to install a package, does it depend on the version of Python I'm using? pip install Django==3.0 fails with Python 3.5: https://travis-ci.org/speedy-net/speedy-net/builds/619671495 But it succeeds with Python 3.6 and 3.7. I noticed that Django 3.0 doesn't support

Re: Not able to install django-heroku

2019-10-31 Thread lewis machilika
i think you should first check version of both pip and python u might need pip3 or python 3 to run those commands since you are trying to install latest version of django using old pip/python On 10/31/19, soumya sharma wrote: > Thanks, Kasper. I don't know what the issue was but it is working

Re: Not able to install django-heroku

2019-10-31 Thread soumya sharma
Thanks, Kasper. I don't know what the issue was but it is working fine now. I added django-heroku==0.3.1 in the requirements.txt file and it worked. :) On Thursday, October 31, 2019 at 5:50:36 PM UTC+5:30, Kasper Laudrup wrote: > > Hi Soumya, > > On 31/10/2019 08.28, soumya sharma wrote: > > I

Re: Not able to install django-heroku

2019-10-31 Thread Kasper Laudrup
Hi Soumya, On 31/10/2019 08.28, soumya sharma wrote: I tried installing the psycopg-binary as suggested in the error statement but it is still not working. Please help I don't know anything about django-heroku, but the reason you get the error is that you are attempting to build the

Re: Not able to install Django in ubuntu 16.04

2018-12-23 Thread Rabil Abdullahi
Follow the following steps: sudo apt-get install python3 pip sudo apt-get install python3-venv mkdir "your project's-name" cd project-name python3 -m venv "Your virtual-environment name" source Your virtual-environment name/bin/activate pip install django On Fri, Dec 21, 201

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Sanjeev Singh
s and the second prefer use >> virtual environment like pipenv or virtualenv and hold on until solve your >> problem >> On Friday, 21 December 2018 15:34:00 UTC+2, Dr. Sandeep Singh Sengar >> wrote: >>> >>> Hi, >>> >>> I have tried lot to

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Sandeep Sengar
Sengar wrote: >> >> Hi, >> >> I have tried lot to install Django framework from >> https://docs.djangoproject.com/en/2.1/topics/install/#installing-official-release >> . However every time there is new error, kindly support me in this regard >> by provid

Re: Not able to install Django in ubuntu 16.04

2018-12-21 Thread Gear Crew
Hello the first one show us your message errors and the second prefer use virtual environment like pipenv or virtualenv and hold on until solve your problem On Friday, 21 December 2018 15:34:00 UTC+2, Dr. Sandeep Singh Sengar wrote: > > Hi, > > I have tried lot to install Django fr

Not able to install Django in ubuntu 16.04

2018-12-21 Thread Dr. Sandeep Singh Sengar
Hi, I have tried lot to install Django framework from https://docs.djangoproject.com/en/2.1/topics/install/#installing-official-release . However every time there is new error, kindly support me in this regard by providing clear steps. I am using Python 3.7.1 and pip 18.1 Your help

Re: How to install django if user is using spyder

2018-07-26 Thread Derek
Reddy wrote: > > Hello guys > I'm using spyder it contain python 3.6 so how I can I install django > Please help me > > On Tue 24 Jul, 2018 6:46 pm John Son, > wrote: > >> *models.py* >> class Post(models.Model): >> title = models.CharField(max_

Re: How to install django if user is using spyder

2018-07-24 Thread Akhil Reddy
Hello guys I'm using spyder it contain python 3.6 so how I can I install django Please help me On Tue 24 Jul, 2018 6:46 pm John Son, wrote: > *models.py* > class Post(models.Model): > title = models.CharField(max_length=200) > body = models.TextField() > user = mo

Re: Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread Demayne Collins
Got it. That looked like it worked. Thanks again... r, Demayne On Tue, Jul 17, 2018 at 12:04 PM MTS BOUR wrote: > Stackoverflow is your friend > > > https://stackoverflow.com/questions/51201018/pipenv-not-recognizing-pyenv-version > > Pipenv is doesn't automatically use the same Python

Re: Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread MTS BOUR
Stackoverflow is your friend https://stackoverflow.com/questions/51201018/pipenv-not-recognizing-pyenv-version Pipenv is doesn't automatically use the same Python version unless you tell it to do that. You can either tell Pipenv to use a specific Python version, like pipenv install --python

Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread Demayne Collins
I am basically trying to use this tutorial but I having issues with python 3.6 and 3.7 and the pipenv command in general. Any assistance would help. here is the error info below. (revdjangoenv) C:\Users\Demayne Collins\Desktop\pages\pages_project>pipenv lock Warning: Your Pipfile requires

Re: how to install django on cpanel

2017-12-28 Thread Julio Biason
Hi Sakkhar, Django can "run" in any directory. You need to install it somewhere on your system (we use /usr/local/ here) and then wrap the code around a WSGI exposer (like uwsgi or gunicorn). Then you "plug" your webserver to the wsgi exposer via socket or http port. It's not like any PHP-like

how to install django on cpanel

2017-12-28 Thread sakkhar saha
What directory do I need to put the files in? I tried public_html but when I put the files there and clicked on setup.py, it didn't start the script. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

RE: Install Django

2017-06-07 Thread Matthew Pava
You need to activate your virtual environment and then run “pip install django.” D:/Project/Pyton/lalala/activate.bat pip install django From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of sadri ashari Sent: Wednesday, June 7, 2017 2:34 AM To: Django users

Re: Install Django

2017-06-07 Thread Александр Христюхин (roboslone)
t;sadriashar...@gmail.com> wrote: > > > <https://lh3.googleusercontent.com/-a3oyYA_2ja0/WTesSQYtlII/AwY/S3b-F2X4gHYBUiQP8ZBHfxWZgFyburalACLcB/s1600/Screenshot_163.jpg>please > help me, i cant install django, if i install it always stack in collecting > pytz package.. wh

Install Django

2017-06-07 Thread sadri ashari
<https://lh3.googleusercontent.com/-a3oyYA_2ja0/WTesSQYtlII/AwY/S3b-F2X4gHYBUiQP8ZBHfxWZgFyburalACLcB/s1600/Screenshot_163.jpg> please help me, i cant install django, if i install it always stack in collecting pytz package.. what's wrong ? -- You received this message becau

Re: How install Django in PyCharm Community edition?

2017-02-10 Thread Dan Tagg
+1 for virtualenv On 10 February 2017 at 11:44, Stefan Milutinovic <miluti...@gmail.com> wrote: > You can't install django in PyCharm. > > You must set proper Python interpreter into PyCharm Settings. > File>Settings>Project:name_of_your_project>Project Interpreter &g

Re: How install Django in PyCharm Community edition?

2017-02-10 Thread Stefan Milutinovic
You can't install django in PyCharm. You must set proper Python interpreter into PyCharm Settings. File>Settings>Project:name_of_your_project>Project Interpreter There you must setup proper Python interpreter. The best option is that you create Virtual Environment for each project. This

How install Django in PyCharm Community edition?

2017-02-09 Thread Sławomir Gontarek
How install Django in PyCharm Community edition? -- 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: How to install Django on Windows article

2016-01-29 Thread Ricardo Daniel Quiroga
Install python and add to path In cmd > pip install django. -Mensaje original- De: Carlos Andre Enviado: 29/01/2016 11:36 Para: django-users@googlegroups.com Asunto: Re: How to install Django on Windows article 1º download a version django (admint who python intaled); 2º un

Re: How to install Django on Windows article

2016-01-29 Thread Carlos Andre
1º download a version django (admint who python intaled); 2º unzip the django in your prefer path; 3º acess that path with cmd; 4º insert: setup.py install 2016-01-29 8:29 GMT-03:00 Rafael E. Ferrero : > Never occur to me in Win8.1 ... why not install VirtualBox with

Re: How to install Django on Windows article

2016-01-29 Thread Rafael E. Ferrero
Never occur to me in Win8.1 ... why not install VirtualBox with an Ubuntu or other flavor of linux ? (if you need your windows) It's more easy for django and... it's recommended. Cheers !! Rafael E. Ferrero 2016-01-29 3:17 GMT-03:00 Руслан Ломагин : > Hello, i have some

How to install Django on Windows article

2016-01-29 Thread Руслан Ломагин
Hello, i have some issues that is occured while i was installing Django on my Windows 10. I'm new in using Django framework and also python on windows. To the article: Install Python I installed python as it was said: Downloaded python 3.5.1 for windows. Installed using option: create system

Re: pip install django

2015-12-24 Thread Tim Graham
There was a bug in pypi earlier today. On Thursday, December 24, 2015 at 9:50:09 AM UTC-5, Gil wrote: > > Same problem from EU. > > On Thursday, December 24, 2015 at 3:10:15 PM UTC+1, john...@gmail.com > wrote: >> >> Is failing from several machines this morning

Re: pip install django

2015-12-24 Thread Gil
Same problem from EU. On Thursday, December 24, 2015 at 3:10:15 PM UTC+1, john...@gmail.com wrote: > > Is failing from several machines this morning. > > >pip install django --upgrade > Collecting django > Could not find a version that satisfies the requirement dja

Re: pip install django

2015-12-24 Thread Bill Blanchard
I am experiencing this as well. On Thu, Dec 24, 2015 at 9:08 AM, <john.f...@gmail.com> wrote: > Is failing from several machines this morning. > > >pip install django --upgrade > Collecting django > Could not find a version that satisfies the requirement django (from >

Re: pip install django

2015-12-24 Thread AJ Abrahamsen
I don't know if it matters but I usually do pip upgrades this way: pip install --upgrade django -- 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

pip install django

2015-12-24 Thread john . furr
Is failing from several machines this morning. >pip install django --upgrade Collecting django Could not find a version that satisfies the requirement django (from versions: ) No matching distribution found for django Anyone have any thoughts about this? This is from USA east coast. --

Re: why i failed to install django?

2015-06-02 Thread Gergely Polonkai
This doesn’t seem to be a Django issue to me… Can you install any other packages with pip? 2015-06-02 20:12 GMT+02:00 mnz hz : > > > IOError: [Errno 22] invalid mode ('wb') > > > detailed error message is as follows: > > > http://pastie.org/10219723#1,21 > > -- > You received

why i failed to install django?

2015-06-02 Thread mnz hz
IOError: [Errno 22] invalid mode ('wb') detailed error message is as follows: http://pastie.org/10219723#1,21 -- 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

Re: need to upgrade django1.4.5-->django1.5, but apt-get install django tells me i'm running latest version

2015-06-01 Thread Mike Dewhirst
ove it. Uninstall using sudo apt-get remove django You probably want to stop your web server for the duration of the process. Sometimes having it running will prevent upgrades. Re-install using pip rather than apt-get ... pip install django==1.4.5 pip install Prove everything still wo

Re: need to upgrade django1.4.5-->django1.5, but apt-get install django tells me i'm running latest version

2015-06-01 Thread Andreas Kuhne
2015-06-01 19:17 GMT+02:00 arthur sherman : > i get the following errors in the apache2 error.log: > > VersionConflict: (Django 1.4.5 (/usr/lib/python2.7/dist-packages), > Requirement.parse('Django>=1.5')) > > but when i attempt upgradinging django apt-get install

need to upgrade django1.4.5-->django1.5, but apt-get install django tells me i'm running latest version

2015-06-01 Thread arthur sherman
i get the following errors in the apache2 error.log: VersionConflict: (Django 1.4.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('Django>=1.5')) but when i attempt upgradinging django apt-get install reports that i'm at the latest version: apt-get install python-django Reading

Re: How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread Tom Evans
On Thu, Feb 19, 2015 at 1:27 PM, SHINTO PETER <shinto@gmail.com> wrote: > How to install django in redhat where i have python 2.6 and 2.7 and i need > to install django in python 2.7 > You use scl: http://developerblog.redhat.com/2013/02/14/setting-up-django-and-python

Re: How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread Matthias Runge
On 19/02/15 14:27, SHINTO PETER wrote: > How to install django in redhat where i have python 2.6 and 2.7 and i > need to install django in python 2.7 > Do you have the possibility to upgrade to RHEL 7? That has python2.7 on board. Btw. there is a Django-1.6 package for RHEL7 on EPE

Re: How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread Tom Lockhart
On Feb 19, 2015, at 5:27 AM, SHINTO PETER <shinto@gmail.com> wrote: > How to install django in redhat where i have python 2.6 and 2.7 and i need to > install django in python 2.7 Use virtualenv to select and install python 2.7 from your existing installation into a se

Re: How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread Vijay Khemlani
you can compile python locally On Thu, Feb 19, 2015 at 10:27 AM, SHINTO PETER <shinto@gmail.com> wrote: > How to install django in redhat where i have python 2.6 and 2.7 and i need > to install django in python 2.7 > > -- > You received this message because you are sub

How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7

2015-02-19 Thread SHINTO PETER
How to install django in redhat where i have python 2.6 and 2.7 and i need to install django in python 2.7 -- 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, sen

Re: Unable to install django on ubuntu 12.04

2015-01-08 Thread sum abiut
pip using "sudo > > apt-get install python-pip". Pip got installed and upgraded successfully, > > but when I was installing Django using "pip install django==1.7", the > > following error appeared: > > > > "error: could not create '/usr/local/li

Re: Unable to install django on ubuntu 12.04

2015-01-08 Thread Alex Mandel
On 01/08/2015 12:06 PM, nitin katyal wrote: > As per the Django installation guide, I have installed pip using "sudo > apt-get install python-pip". Pip got installed and upgraded successfully, > but when I was installing Django using "pip install django==1.7", th

Unable to install django on ubuntu 12.04

2015-01-08 Thread nitin katyal
As per the Django installation guide, I have installed pip using "sudo apt-get install python-pip". Pip got installed and upgraded successfully, but when I was installing Django using "pip install django==1.7", the following error appeared: "error: could not create

Re: Install Django Apps via Admin Interface

2014-09-17 Thread Thomas Güttler
Am 12.09.2014 um 18:23 schrieb Collin Anderson: And you would expect that to happen just through admin? Would you trust your users really to do all that - basically giving full control what users installs to your system without discretion? Installing apps via the admin would be

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Andreas Kuhne
I really can't see a usecase for something like this. The only time I want to install new packages to my django system is on my dev server while developing something. I would also want the change to be permanent, therefore writing it in my settings.py file. I often forget to add the package to

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Collin Anderson
> > And you would expect that to happen just through admin? Would you trust > your users really to do all > that - basically giving full control what users installs to your system > without discretion? Installing apps via the admin would be useful when the user is the same person as the

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Jani Tiainen
Hi, It seems that you're confusing Django to to be something that it isn't. Django is a web application framework. In short meaning that it is set of (Python) libraries that are used to build web applications. Django app is usually reusable piece of code that brings some (usually common)

Re: Install Django Apps via Admin Interface

2014-09-12 Thread Thomas Güttler
Am 10.09.2014 um 11:07 schrieb Avraham Serour: you can't, you would need to write something yourself capable of doing this. that's sad. in any case why would you want to do that? Convenience. It would be great if some admin plugin could do this: Connect to pypi and list all available

Re: Install Django Apps via Admin Interface

2014-09-10 Thread Avraham Serour
/migrate and reloading the instance. On Wed, Sep 10, 2014 at 8:09 AM, guettli <guettli.goo...@thomas-guettler.de> wrote: > How can I install Django apps via admin interface? > > > -- > You received this message because you are subscribed to the Google Groups &

Install Django Apps via Admin Interface

2014-09-10 Thread guettli
How can I install Django apps via admin interface? -- 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

How to install Django on Windows - pip, command prompt.

2014-07-06 Thread Daniel Roseman
You can't have been following that documentation very closely, as there is a whole section on how to install pip before the bit that you quote. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Mike Dewhirst
http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows On 6/07/2014 1:24 PM, Sen wrote: I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command

Re: How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Setiaman Lee
You can get and install python from activestate.com where pip is included. So you can run pip from command prompt. Rgrds Setiaman On 6 Jul 2014 11:44, "Sen" <senkyu.c...@gmail.com> wrote: > I was going through > https://docs.djangoproject.com/en/1.6/howto/windows/

How to install Django on Windows - pip, command prompt.

2014-07-05 Thread Sen
I was going through https://docs.djangoproject.com/en/1.6/howto/windows/#how-to-install-django-on-windows I could follow until "In the command prompt, execute the following command: pip install django. This will download and install Django." I'm not sure which command prompt and &q

Re: Install Django debug toolbar - Error Path

2014-05-07 Thread Venkatraman S
On Wed, May 7, 2014 at 10:48 PM, Rafael Santos wrote: > Python Version: 2.7.6 > Django Version: 1.6.4 > > > Traceback: > File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in > get_response > 201. response = middleware_method(request,

Install Django debug toolbar - Error Path

2014-05-07 Thread Rafael Santos
Python Version: 2.7.6 Django Version: 1.6.4 I installed the debug toolbar = pip install django-debug-toolbar, that's ok. Add: INSTALLED_APPS += ( 'debug_toolbar', ) MIDDLEWARE_CLASSES += ( 'debug_toolbar.middleware.DebugToolbarMiddleware', ) INTERNAL_IPS = ('127.0.0.1',) In execution time

Re: install Django locally

2014-01-10 Thread Frank Bieniek
Hi, It sounds you are looking for virtualenvironments, http://www.virtualenv.org/en/latest/ It helps you to put everything related to your project in one environment. https://docs.djangoproject.com/en/dev/topics/install/#installing-an-official-release-with-pip Cheers Frank Am 10.01.2014

install Django locally

2014-01-10 Thread Staszek
Hi Is it possible to bundle Django with the application, or a number of applications, instead of installing it in a system-wide location? The instructions here: https://docs.djangoproject.com/en/1.6/topics/install/ do not seem to allow such a setting. I was kind-of able to do it with

Re: How install django in windows

2013-11-15 Thread Swaroop Shankar V
Hello Anuradha, If you do a google search there are lots of tutorials covering this information all over net. Basically you first need to install python version < 3. Install python pip. Make sure that the windows environment is properly configured. Then from your cmd type pip install dja

How install django in windows

2013-11-15 Thread Anuradha Nair
Hi, I am new to django and i want to install it in my windows system. Can any one give step by step instructions? Thanks in advance. -- 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

Re: Please help - i can't install Django CMS

2013-06-13 Thread Tom Evans
On Thu, Jun 13, 2013 at 11:56 AM, Vic N <wisejoom...@gmail.com> wrote: > Please help - i can't install Django CMS. Is there anyone who can post it's > own Django CMS already installed and preconfigured in zip ? Then i will > unpack it on my PC (Windows 7, Python 2.7.5). >

Please help - i can't install Django CMS

2013-06-13 Thread Vic N
Please help - i can't install Django CMS. Is there anyone who can post it's own Django CMS already installed and preconfigured in zip ? Then i will unpack it on my PC (Windows 7, Python 2.7.5). This is my post on Stackoverflow http://stackoverflow.com/questions/17066502/django-cms-installation

Re: One Way to Install Django on IIS

2013-04-12 Thread Mark Lybrand
Cool.Please provide feedback so we can make the steps better. Already have another friend encounter some issues trying to work our steps with his config. The more configs we put through the paces, the better this can be :) On Apr 12, 2013 4:18 PM, "Nick D" wrote:

Re: One Way to Install Django on IIS

2013-04-12 Thread Nick D
Just what I'm going to need when I'm done with development. Thanks! On Friday, April 12, 2013 6:02:49 AM UTC-7, Mark Lybrand wrote: > My buddy and I were working last night on getting Django running on IIS7. > We are not quite done as we are still working out issues surrounding > static

Re: cannot install django-tracking

2013-03-11 Thread frocco
Nevermind, duh On Monday, March 11, 2013 12:33:32 PM UTC-4, frocco wrote: > > I see there is a pull request that fixes install for 1.5 > > How do I do a pull request to get the latest version? > -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: cannot install django-tracking

2013-03-11 Thread frocco
I see there is a pull request that fixes install for 1.5 How do I do a pull request to get the latest version? -- 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: cannot install django-tracking

2013-03-11 Thread frocco
but settings are not > > configured. You must either define the environment variable > DJANGO_SETTINGS_MODULE or call > > settings.configure() before accessing settings. > > > > trying pip install django-tracking > > > > Does this work in django 1.5? >

Re: cannot install django-tracking

2013-03-11 Thread Nick Dokos
s.configure() before accessing settings. > > trying pip install django-tracking > > Does this work in django 1.5? > FWIW, I tried ``pip install django-tracking'' in a virtualenv where I had installed django 1.4.3 final, and it was successfully installed: , | $ pip install d

cannot install django-tracking

2013-03-11 Thread frocco
Hello, I am getting django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. trying pip install django-tracking Does

Re: How to install Django 1.4.5 in python 3.2.3?

2013-02-21 Thread Karen Tracey
You don't. Python 3 support comes with Django 1.5, it's not available with 1.4.x. Karen -- 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

How to install Django 1.4.5 in python 3.2.3?

2013-02-21 Thread rilou007
-- 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@googlegroups.com.

Re: How do you install django packages

2012-11-15 Thread Alex Clark
On 2012-11-15 14:29:46 +, Lewis said: I found packages from this site http://www.djangopackages.com/packages/p/sorl-thumbnail/ I wonder is there any steps that you can guide me to install? it doesn't have to be the above packages, but I want to know the basic packages installation in

How do you install django packages

2012-11-15 Thread Lewis
I found packages from this site http://www.djangopackages.com/packages/p/sorl-thumbnail/ I wonder is there any steps that you can guide me to install? it doesn't have to be the above packages, but I want to know the basic packages installation in short steps that I can follow Thanks -- You

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Stephen Anto
Hi, Try like this if you are using ubuntu ~$ python Python 2.7.3 (default, Apr 20 2012, 22:44:07) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.get_version() '1.3.1' or >>> django.VERSION (1, 3, 1, 'final', 0) >>> Not

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Brad Pitcher
Glad to here you got it working, and please let us know if you have any other questions. On Sun, Sep 9, 2012 at 5:52 PM, Shayan Afridi wrote: > It works! Thank you all so much. It feels great to know that there is a > very responsive and helpful support system for

Re: I can't install django on my mac. I'm not sure why. Details inside.

2012-09-09 Thread Shayan Afridi
It works! Thank you all so much. It feels great to know that there is a very responsive and helpful support system for django users. Thanks again! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

  1   2   3   >