django-base

Django-base project setup
Download

django-base Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Chris McMichael
  • Publisher web site:
  • https://github.com/macmichael01/

django-base Tags


django-base Description

django-base is a Django app that offers an automated way to create a Django project directory structure. Once installed, creating a new Django project is as easy as running the following command from a terminal: mkdjango project_name.Directory structure is as follows:project_name/ .gitignore conf/ (Server configurations) apache.conf django.wsgi nginx.conf requirements.txt fabfile.py (Deployment script) media/ (Uploaded media directory) README trunk/ apps/ (project apps here) settings.py settings_local.py static/ (Static media directory) CACHE/ (Compiled CSS and JS) css/ base.css reset.css img/ js/ base.js templates/ base.html index.html urls.pyINSTALLATIONgit clone https://github.com/macmichael01/django-base;cd django-base;sudo python setup.py install;OReasy_install django-baseUSAGEusage: mkdjango projectDjango-base project creator.positional arguments: project project name used as project directory name.optional arguments: -h, --help show this help message and exit -H HOSTNAME, --hostname HOSTNAME hostname, default: localhost -P PORT, --port PORT port number, default: 8080 -D DEST, --dest DEST destination folder, default: current working directory -S SERVER_PATH, --serverpath SERVER_PATH Path to the project location on the server. --database DATABASE database module to use, choices: postgresql_psycopg2, postgresql, mysql, sqlite3 or oracle, default: postgresql_psycopg2NOTE: The library makes use of argparse which was made available in Python 2.7.Product's homepage


django-base Related Software