Skip to content

Instantly share code, notes, and snippets.

@rscbugtrack
rscbugtrack / djangomysql
Created March 27, 2018 07:28
Mysql setup with Django
1.Install mysqlclient in your local mechine
1.Check the mysql connection details as below:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'rscnewdb',
'USER': 'root',
'PASSWORD': 'password',
'HOST': 'localhost'
@rscbugtrack
rscbugtrack / gist:f2b89d48ce9967ed5220986f4920c3d6
Created February 5, 2018 17:19
Certification app demo (rscproject)
https://drive.google.com/open?id=1RPb0YrFtADwAFF0STl5OGOVziQ1Vf4sfdfxds2r_tiA