Skip to main content

A tool for automating the Django project creation process.

Project description

Django Quickstart

A command line interface for automating the Django project creation process.

Operating System

These instructions are meant for Mac OS.

Setup

  1. Navigate to this directory and run chmod +x quickstart.sh
  2. Run ./quickstart.sh and the names for the project and app when prompted
  3. Move project to desired directory.

Virtual environment

  1. Create a virtual environment virtualenv venv
  2. Activate virtual environment source venv/bin/activate
  3. Run pip install -r requirements.txt

Database

  1. Run python manage.py migrate
  2. Run python manage.py createsuperuser then enter the requested information
  3. Start the server python manage.py runserver

The app should now be viewable in a browser window at http://localhost:8000/[APP NAME]/.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_quickstart-0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page