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 July 12, 2024 13:46
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 July 10, 2024 06:26
Online Resources For Web Developers (No Downloading)