# Vagrantize
Vagrantize is a simple Django app that adds a shortcut `run` management
command that will run the Django debug server on an externally visible
port. It is just a shortcut for Django's builtin `runserver` command that
is useful when doing development on a Django project using a Vagrant VM.
It is basically just shorthand for `python manage.py runserver 0.0.0.0:8000`.
## Installation
Install using pip:
```bash
pip install django-vagrantize
```
## Quick Start
1. Add "vagrantize" to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
...
'vagrantize',
)
```
2. Run the Django server using the `run` command:
```bash
python manage.py run
```
Your application should be reachable at http://localhost:8000
*on the host machine*.
You may also specify an alternate port:
```bash
python manage.py run 8080
```
Vagrantize is a simple Django app that adds a shortcut `run` management
command that will run the Django debug server on an externally visible
port. It is just a shortcut for Django's builtin `runserver` command that
is useful when doing development on a Django project using a Vagrant VM.
It is basically just shorthand for `python manage.py runserver 0.0.0.0:8000`.
## Installation
Install using pip:
```bash
pip install django-vagrantize
```
## Quick Start
1. Add "vagrantize" to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
...
'vagrantize',
)
```
2. Run the Django server using the `run` command:
```bash
python manage.py run
```
Your application should be reachable at http://localhost:8000
*on the host machine*.
You may also specify an alternate port:
```bash
python manage.py run 8080
```
Release files for django-vagrantize 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-vagrantize-0.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_vagrantize-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / django-vagrantize-0.1.0.tar.gz
| Download URL | django-vagrantize-0.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
37b0dfa2971432e549c112fc0653cd3dcfe435b5ac9686113299b759d8a91a0f
|
|
BLAKE2b-256 checksum How to use checksums |
2a2e0c3bd9201dfde5128b5494afe89044df74b2d83c3bd64bc85099275f98c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_vagrantize-0.1.0-py2.py3-none-any.whl
| Download URL | django_vagrantize-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c583998a737995ae350ce617ddee121c7056e42e06dee1d5f889170e7ef2b6c8
|
|
BLAKE2b-256 checksum How to use checksums |
1f9878b852cc8bfd21bfe425095dd3f45d797352c1b96a772f3ae3cddc9b496e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |