You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is mostly not specifically related to djcompiler, but I thought I'd give it a try, after compiling the django backend that has an .env file in the main app directory (the one that contains the settings) it outputs that it didn't find the .env file in the terminal, and when running the server it doesn't seem to read the environment variables from the file even though I copied the .env to the build directory. Can you confirm if this is an error on my side or on the side of cython?
The text was updated successfully, but these errors were encountered:
it should work if you have .env file in required files in .djcompiler file or djcompiler.py depends on if you use .djcompiler file or py file please share more details about that like the .djcompiler and the files in the build directory.
I know this is mostly not specifically related to djcompiler, but I thought I'd give it a try, after compiling the django backend that has an .env file in the main app directory (the one that contains the settings) it outputs that it didn't find the .env file in the terminal, and when running the server it doesn't seem to read the environment variables from the file even though I copied the .env to the build directory. Can you confirm if this is an error on my side or on the side of cython?
The text was updated successfully, but these errors were encountered: