Skip to content

Instantly share code, notes, and snippets.

View arslandevpy's full-sized avatar
Focusing

Muhammad Arslan arslandevpy

Focusing
View GitHub Profile
@arslandevpy
arslandevpy / django_deploy.md
Created May 27, 2023 00:24 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.

@arslandevpy
arslandevpy / meta-tags.md
Created May 27, 2023 00:21 — forked from whitingx/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>