About | Security | Features | Technologies | Readings | Requirements | Starting | License | Author
Basic Django template.
After cloning the repo add the 'envs/' directory to .gitgnore.
✔️ Apps structure;
✔️ Differente .envs for local dev or production;\
The following tools were used in this project:
Before starting 🏁, you need to have Git and Python3 installed.
# Clone this project
$ git clone https://github.com/javiergarciad/django-template
# Access
$ cd django-template
# Create virtualenv
$ virtualenv .venv
# Activate virtualenv
$ source .venv/bin/activate
# Install dependencies
$ pip install -r requirements.txt
# Select the enviroment
on '/core/setting.py' find the line 'env = dotenv_values(Path(BASE_DIR, "envs", ".env.local"))' and modify the las component to point to your enviromental file.
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Javier Garcia
