
17 May
Admin / 204 views
Hello there, to day i want to share bare bones template for Django + Ansible + Vagrant
Here is project structure
├── ansible.cfg
├── deployment
├── docs
├── manage.py
├── README.md
├── requirements.txt
├── testproj
└── Vagrantfile
You can clone template project which includes example setup for Django + Ansible + Vagrant.
git clone https://github.com/ArtemBernatskyy/Django-Seed-Project
Rename `testproj
` folder to your desired name and replace all `testproj
` words with the same name.
And you will get fully setup Django + Ansible + Vagrant project.
Tweet