Added django templates and dynamic pages

This commit is contained in:
Allen
2023-09-23 23:02:36 -05:00
parent 2834da98c1
commit 3916475c54
24 changed files with 1696 additions and 1 deletions

@ -1,3 +1,3 @@
#!/bin/bash
docker build -t docker-django .
docker build --network=host -t docker-django .