deaconn-net / deaconn-old

Deaconn's old website built with Django, Python, and Bootstrap.

Home Page:https://deaconn.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deaconn

Deaconn To Production Action

Description

The source code of Deaconn that uses Django, a web framework.

Warning - This repository was private and I made some silly commits testing things.

Development Server

You may run Deaconn with a web development server included with Python and Django!

Use the deaconn/exec_with_envs.sh Bash/Shell file I created like the following.

# Make sure we're in back-bone/deaconn directory (manage.py must be included).
cd deaconn/

# Run Django web application with 'exec_with_envs.sh' that sets a couple needed environmental variables.
# Note - Web server listens @ 0.0.0.0:8000.
./exec_with_envs.sh "python3 manage.py runserver 0.0.0.0:8000"

Credits

About

Deaconn's old website built with Django, Python, and Bootstrap.

https://deaconn.net/


Languages

Language:HTML 53.7%Language:Python 30.9%Language:CSS 11.1%Language:JavaScript 4.3%Language:Shell 0.1%