Skip to content
View lurdray's full-sized avatar
💭
raytech.pythonanywhere.com & lurdray.pythonanywhere.com. & Blogsmond.com
💭
raytech.pythonanywhere.com & lurdray.pythonanywhere.com. & Blogsmond.com

Block or report lurdray

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lurdray/README.md
  • 👋 Hi, I’m @lurdray
  • 👀 I’m interested in blockchain, ai and business work tools
  • 🌱 I’m currently learning python and web3
  • 💞️ I’m looking to collaborate on healthcare, business and management web application
  • 📫 How to reach me ... odiagaraymondray@gmail.com

from base.wsgi import application

ALLOWED_HOSTS = ['*']

'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'databasename', 'USER': 'databaseusername', 'PASSWORD': 'databasepassword', 'HOST': 'localhost', 'PORT': '3306', }

STATIC_URL = '/static/' STATIC_ROOT = '/home/username/domainroot/static'

STATIC_URL = '/static/' STATIC_ROOT = '/home/username/domainroot/static'

import pymysql pymysql.install_as_MySQLdb()

pip install django==4.0.4 pip install pymysql

python manage.py makemigrations python manage.py migrate python manage.py collectstatic python manage.py createsuperuser

Pinned Loading

  1. clientsupport_pro clientsupport_pro Public

  2. aibra.io-version2- aibra.io-version2- Public

    artificial intelligence and blockchain based recruitment tool

    HTML 1

  3. crest_ns crest_ns Public

    Python

  4. ErpSoftware ErpSoftware Public

    An enterprise resource software webapp built with django.

    JavaScript

  5. EXABCal EXABCal Public

    A GUI Software that evaluates the photon exposure and energy absorption buildup factor for elements, compounds and mixtures

    Python

  6. onion-protocol onion-protocol Public

    Onion-Protocol(suites of dapps on Canto Chain)

    Python