gloriajw
gloriajw
Please keep your middleware in the config dir, and call it CORS.py. Other middleware methods can go here as well. Please try to keep middleware to a minimum, since it...
In the global settings file, provide and ENV variable. When it is not set to 'Production', CORS is off, otherwise it is on. Please start providing unit tests for this...
Your validation.py is not validating for empty string or anything. Please add a bit of code to do some basic validation using pydantic, like we discussed. usernames should not be...
Yep, please call all external names on this system "upstage".
Perfect, thank you! I added a new task re: the "guts" of stage asset handling. Feel free to start it when you are ready.
> Yes, I'm checking it first, it seems a complexity module This is the core of the system. It will seem complex, but take it in small pieces, and take...
We won't be doing this, don't worry. On Sun, Sep 8, 2024, 10:52 AM Helen Varley Jamieson < ***@***.***> wrote: > Report 02/09/20024 > > * Created user session table,...
Beautiful! Try to get it as close to 100 as possible. very good.
> ``` > cp .env.unit_test .env > export $(grep -v '^#' .env | xargs) > > export PGPASSWORD=$DATABASE_PASSWORD > psql -h $DATABASE_HOST -p $DATABASE_PORT -U $DATABASE_USER -c "DROP DATABASE IF...