django cms 3.3.x Documentation
that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual env virtualenv env source env/bin/activate Note that if if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Use the django CMS installer The django CMS installer [https://github.com/nephila/djangocms-installer] is a helpful Install the application from its GitHub repository using pip -e - this also places it in your virtualenv’s src directory as a cloned Git repository: pip install -e git+http://git@github.com/divio/django-0 码力 | 386 页 | 1.56 MB | 1 年前3Django CMS 3.0.x Documentation
that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual env virtualenv env source env/bin/activate Note that if you’re you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Use the django CMS installer The django CMS installer is a helpful script that takes care of setting up a new project. app Install the application from its GitHub repository using pip -e - this also places it in your virtualenv’s src directory as a cloned Git repository: pip install -e git+http://git@github.com/divio/django-polls0 码力 | 180 页 | 1.56 MB | 6 月前3django cms 3.1.x Documentation
that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual env virtualenv env source env/bin/activate Note that if if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Use the django CMS installer The django CMS installer is a helpful script that takes care of setting up a new project Install the application from its GitHub repository using pip -e - this also places it in your virtualenv’s src directory as a cloned Git repository: pip install -e git+http://git@github.com/divio/django-polls0 码力 | 200 页 | 1.63 MB | 1 年前3Django CMS 2.4.x Documentation
revisions will cause your database size to increase. Installing in a virtualenv using pip Installing inside a virtualenv [http://www.virtualenv.org] is the preferred way to install any Django installation. This first step is to create the virtualenv: #!/bin/sh sudo pip install --upgrade virtualenv virtualenv --distribute --no-site-packages env You can switch to your virtualenv at the command line by typing: 4 and install libmysqlclient-dev (on Debian-based distro) One example of a script to create a virtualenv Python environment is as follows: #!/bin/sh env/bin/pip install --download-cache=~/.pip-cache0 码力 | 156 页 | 727.78 KB | 6 月前3django cms 3.4.x Documentation
that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual env virtualenv env source env/bin/activate Note that if if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Update pip pip is the Python installer. Make sure yours is up-to-date, as earlier versions can be less reliable: Install the application from its GitHub repository using pip -e - this also places it in your virtualenv’s src directory as a cloned Git repository: pip install -e git+http://git@github.com/divio/django-0 码力 | 395 页 | 1.64 MB | 1 年前3django cms 3.5.x Documentation
that you have a reasonably recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual env virtualenv env source env/bin/activate Note that if if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Update pip pip is the Python installer. Make sure yours is up-to-date, as earlier versions can be less reliable: Install the application from its GitHub repository using pip -e - this also places it in your virtualenv’s src directory as a cloned Git repository: pip install -e git+http://git@github.com/divio/django-0 码力 | 403 页 | 1.69 MB | 1 年前3django cms 3.7.x Documentation
recent version of virtualenv installed and that you have some basic familiarity with it. 1.2.1. Create and activate a virtual environment python3.6 -m venv env # Python 2 usage: virtualenv env source env/bin/activate env/bin/activate Note that if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate 1.2.2. Update pip inside the virtual environment pip is the Python installer. Make sure environments using virtualenv [https://virtualenv.pypa.io]. If you don’t, you can use the steps below to get started, but you are advised to take a few minutes to learn the basics of using virtualenv before proceeding0 码力 | 409 页 | 1.67 MB | 1 年前3Django CMS 3.8.x Documentation
recent version of virtualenv installed and that you have some basic familiarity with it. 1.2.1. Create and activate a virtual environment python3.6 -m venv env # Python 2 usage: virtualenv env source env/bin/activate env/bin/activate Note that if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate 1.2.2. Update pip inside the virtual environment pip is the Python installer. Make sure environments using virtualenv [https://virtualenv.pypa.io]. If you don’t, you can use the steps below to get started, but you are advised to take a few minutes to learn the basics of using virtualenv before proceeding0 码力 | 413 页 | 1.67 MB | 6 月前3django cms 3.6.x Documentation
recent version of virtualenv installed and that you have some basic familiarity with it. Create and activate a virtual environment python3.6 -m venv env # Python 2 usage: virtualenv env source env/bin/activate env/bin/activate Note that if you’re using Windows, to activate the virtualenv you’ll need: env\Scripts\activate Update pip inside the virtual environment pip is the Python installer. Make sure yours is virtual environments using virtualenv. If you don’t, you can use the steps below to get started, but you are advised to take a few minutes to learn the basics of using virtualenv before proceeding further0 码力 | 278 页 | 1.63 MB | 1 年前3Django CMS 3.9.x Documentation
version of virtualenv installed and that you have some basic familiarity with it. 1.2.1. Create and activate a virtual environment Linux python3.6 -m venv env # Python 2 usage: virtualenv env source environments using virtualenv [https://virtualenv.pypa.io]. If you don’t, you can use the steps below to get started, but you are advised to take a few minutes to learn the basics of using virtualenv before proceeding proceeding further. virtualenv django-cms-site # create a virtualenv source django-cms-site/bin/activate # activate it In an activated virtualenv, run: pip install --upgrade pip to make sure pip is0 码力 | 417 页 | 1.68 MB | 6 月前3
共 35 条
- 1
- 2
- 3
- 4