Skip to content

Instantly share code, notes, and snippets.

View amabirbd's full-sized avatar

Al Muntasir Abir amabirbd

View GitHub Profile
@bradtraversy
bradtraversy / django_cheat_sheet.md
Last active September 26, 2024 19:02
Django command cheat sheet

Django 2.x Cheat Sheet

Creating a virtual environment

We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder

python -m venv ./venv
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active September 25, 2024 14:56
Online Resources For Web Developers (No Downloading)