Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

jg-main/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Template  

Django Template

Github top language Github language count Repository size License

About   |   Security   |   Features   |   Technologies   |   Readings   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Basic Django template.

🔒 Security

After cloning the repo add the 'envs/' directory to .gitgnore.

✨ Features

✔️ Apps structure;
✔️ Differente .envs for local dev or production;\

🚀 Technologies

The following tools were used in this project:

📓 Readings that help me

✅ Requirements

Before starting 🏁, you need to have Git and Python3 installed.

🏁 Starting

# 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>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Javier Garcia

 

Back to top

About

Simple Django Template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published