https://github.com/tek-works/deaconn-old
Deaconn's old website built with Django, Python, and Bootstrap.
https://github.com/tek-works/deaconn-old
background-video blog css deaconn deployment django html markdown open-source portfolio production python resume security space video website
Last synced: 3 months ago
JSON representation
Deaconn's old website built with Django, Python, and Bootstrap.
- Host: GitHub
- URL: https://github.com/tek-works/deaconn-old
- Owner: tek-works
- Created: 2022-02-19T19:39:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T17:22:24.000Z (over 2 years ago)
- Last Synced: 2025-04-02T21:31:36.938Z (about 1 year ago)
- Topics: background-video, blog, css, deaconn, deployment, django, html, markdown, open-source, portfolio, production, python, resume, security, space, video, website
- Language: HTML
- Homepage: https://deaconn.net/
- Size: 34.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deaconn
[](https://github.com/Deaconn-net/back-bone/actions/workflows/to_prod.yml)
## Description
The source code of [Deaconn](https://deaconn.net/) 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.
```bash
# 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
* [Christian Deacon](https://deaconn.net/)