django-pip-starter

Useful tool for quickstarting django projects
Download

django-pip-starter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Marius Grigaitis
  • Publisher web site:
  • https://bitbucket.org/marltu

django-pip-starter Tags


django-pip-starter Description

django-pip-starter is a Django app for quickstarting Django projects. It creates virtual environment and preconfigured django projectIntroductionHave 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.InstallationTo install this package:pip install django-pip-starterIf you already have django-pip-starter install you can use the following command to upgrade installation:pip install --upgrade django-pip-starterQuick startThe 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, ipdbdjango-pip-starter.py project-namecd project-namemakemake runWhere 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: adminDocumentationYou can read documentation at http://readthedocs.org/docs/django-pip-starter/HistoryIdea 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.Product's homepage


django-pip-starter Related Software