ASRG / asrg.io

asrg.io - website and docs
MIT License
7 stars 4 forks source link

Create new Django CMS Site for Member Portal with base template #326

Open brandonbarry123 opened 3 years ago

peterbogdan commented 3 years ago

Created a new site. tried to run 2 instances of gunicorn in the same docker container with no luck. created another docker container for the members app. Still trying to get nginx to work with the two containers.

heldyboy commented 3 years ago

Change of strategy. Instead of having two different sites, we will use the existing Django CMS and implement the existing member portal pages with a middleware to check if a user is authenticated. Need to recreate all the existing member portal pages.