zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
3 stars 1 forks source link

Merge the flask-login and the flask-website #2

Closed zalsaeed closed 5 months ago

zalsaeed commented 9 months ago

The goal is to build one application.

The current structure of the projects introduces two different web applications (flask-login and flask-website).

.
├── ...
└── src
    ├── flask-login
    ├── flask-website
    ├── ...

Regardless of the name we chose for this directory, there should be only one with a single app.py runner.

zalsaeed commented 5 months ago

fixed