معرفی شرکت ها


django-pip-starter-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Useful tool for quickstarting django projects. It creates virtual environment and preconfigured django project
ویژگی مقدار
سیستم عامل -
نام فایل django-pip-starter-1.0.3
نام django-pip-starter
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marius Grigaitis
ایمیل نویسنده m@mar.lt
آدرس صفحه اصلی https://bitbucket.org/marltu/django-pip-starter
آدرس اینترنتی https://pypi.org/project/django-pip-starter/
مجوز BSD
Introduction ============ Have you ever had problems deploying and configuring ``django`` project? This project removes headaches that you used to have when quick-starting ``django`` project, configuring environments, downloading packages and etc. It creates ``django`` project by using one simple command, ready for running. Solution is based on ``pip`` and ``virtualenv``, it has minimal external requirements. Installation ============ To install this package: :: pip install django-pip-starter If you already have django-pip-starter install you can use the following command to upgrade installation: :: pip install --upgrade django-pip-starter Quick start =========== The following commands creates empty, configured ``django`` project in virtual environment. Additionally it will install ``south`` package. For development environment it additionally installs ``django-debug-toolbar``, ``ipython``, ``ipdb`` :: django-pip-starter.py project-name cd project-name make make run Where ``project-name`` is destination folder where starter should create files. ``make`` command will download and setup development virtualenv, download latest stable ``django`` version and create sqlite3 database, load initial data. ``make run`` will run development server. It's the same as running ``project/manage.py runserver`` which would also work. Default logins for django administration are user: ``admin`` pass: ``admin`` Documentation ============= You can read documentation at http://readthedocs.org/docs/django-pip-starter/ History ======= Idea for this project came from Mantas Zimickas (sirex, https://bitbucket.org/sirex/django-starter/overview). This was based on ``zc.buildout`` solution. After some time using ``django-starter`` we had problems deploying it and Petras Zdanavicius (petraszd) made a fork of ``django-starter`` that used only ``pip``. This was simple and elegant solution that Marius Grigaitis (marltu) expanded and packaged it into this project.


نحوه نصب


نصب پکیج whl django-pip-starter-1.0.3:

    pip install django-pip-starter-1.0.3.whl


نصب پکیج tar.gz django-pip-starter-1.0.3:

    pip install django-pip-starter-1.0.3.tar.gz