Skip to content

Adding a Django development environment#4

Merged
MeitarRizner merged 1 commit intomainfrom
temp
Oct 24, 2022
Merged

Adding a Django development environment#4
MeitarRizner merged 1 commit intomainfrom
temp

Conversation

@MeitarRizner
Copy link
Copy Markdown
Owner

  • Setup Pipenv to install and manage Django and other Python dependencies
  • Bootstrapped an empty Django application
  • Setup Vagrant to automatically bring our application up as well as make it accessible from a web browser

After running vagrant up the application can be accessed at:

http://127.0.0.1:8000/

Note: Most changes had been auto-generated, only Vagrantfile and setup.sh had been edited manually.

- Setup [Pipenv][1] to install and manage Django and other Python
dependencies
- Bootstrapped an empty [Django][2] application
- Setup Vagrant to automatically bring our application up as well as
make it accessible from a web browser

After running `vagrant up` the application can be accessed at:

> http://127.0.0.1:8000/

**Note:** Most changes had been auto-generated, only `Vagrantfile` and
`setup.sh` had been edited manually.

[1]: https://github.com/pypa/pipenv
[2]: https://www.djangoproject.com/
@MeitarRizner MeitarRizner merged commit 1668d68 into main Oct 24, 2022
@MeitarRizner MeitarRizner deleted the temp branch October 24, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant