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
- Navigate to this directory and run
chmod +x quickstart.sh - Run
./quickstart.shand the names for the project and app when prompted - Move project to desired directory.
Virtual environment
- Create a virtual environment
virtualenv venv - Activate virtual environment
source venv/bin/activate - Run
pip install -r requirements.txt
Database
- Run
python manage.py migrate - Run
python manage.py createsuperuserthen enter the requested information - 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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_quickstart-0.1-py3-none-any.whl.
File metadata
- Download URL: django_quickstart-0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a0f8ca62df7dc3db0ee3cc4ec93e5c7b9e79352c1f5bfab68578d3000284d4b
|
|
| MD5 |
d6031ba5775e83d0690c9545364cf397
|
|
| BLAKE2b-256 |
44c5098dfd58b6b5c2ac8110740310588c1f32a67ab15d64a735dd135dc83579
|