Compare commits
No commits in common. "65274b5de6609bf26b9d570fb9ad816bc0ae35b8" and "4c43266c97a86f6dbe16b05a3f28b11d1b4aede0" have entirely different histories.
65274b5de6
...
4c43266c97
3 changed files with 2 additions and 5 deletions
|
@ -11,10 +11,7 @@ DATABASE_HOST=movienight-db
|
||||||
DATABASE_NAME=movienight
|
DATABASE_NAME=movienight
|
||||||
DATABASE_USERNAME=admin
|
DATABASE_USERNAME=admin
|
||||||
DATABASE_PASSWORD=super_secret_password
|
DATABASE_PASSWORD=super_secret_password
|
||||||
|
|
||||||
# Django key generator: https://djecrety.ir/
|
|
||||||
SECRET_KEY=your_django_secret_key
|
SECRET_KEY=your_django_secret_key
|
||||||
DJANGO_SECRET_KEY=your_django_secret_key
|
DJANGO_SECRET_KEY=your_django_secret_key
|
||||||
|
|
||||||
# You can get a free key here: https://www.omdbapi.com/apikey.aspx
|
# You can get a free key here: https://www.omdbapi.com/apikey.aspx
|
||||||
OMDB_API_KEY=your_omdb_api_key
|
OMDB_API_KEY=your_omdb_api_key
|
||||||
|
|
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
|
@ -5,5 +5,5 @@
|
||||||
<option name="enabledOnSave" value="true" />
|
<option name="enabledOnSave" value="true" />
|
||||||
<option name="sdkName" value="Python 3.13 (api)" />
|
<option name="sdkName" value="Python 3.13 (api)" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (movie-night-api)" project-jdk-type="Python SDK" />
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (api)" project-jdk-type="Python SDK" />
|
||||||
</project>
|
</project>
|
2
.idea/movie-night-py.iml
generated
2
.idea/movie-night-py.iml
generated
|
@ -17,7 +17,7 @@
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv1" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv1" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 3.13 (movie-night-api)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.13 (api)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PyDocumentationSettings">
|
<component name="PyDocumentationSettings">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue