Skip to main content

A Django app to setup a basic Django app with views and templates ready to be used.

Project description

Django Base Setup

"Django Base Setup" is a Django app to help you setup a basic Django project.

Quick start

  1. Add "base_setup" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'base_setup', ]

  2. Run python manage.py setup_base <<app_name>> to create the basic app.

  3. add the urls of newly created app into the main project.

  4. Start the development server and visit http://127.0.0.1:8000/ (you'll see Obiwan-Kenobi).

Project details


Download files

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

Source Distribution

django-base-setup-0.4.1.6.tar.gz (6.6 kB view hashes)

Uploaded Source

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