rename pycharm project

This commit is contained in:
j3d1 2023-03-08 09:25:51 +01:00
parent a9be556222
commit 6816ff0865
5 changed files with 29 additions and 2 deletions

View file

@ -1 +1,13 @@
# toolshed
# toolshed
## Installation
``` bash
git clone https://github.com/gr4yj3d1/toolshed.git
cd toolshed/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```

1
backend/.idea/.name Normal file
View file

@ -0,0 +1 @@
toolshed

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="Django default" uuid="5d1b104e-65bb-4e7d-b7da-f2284a141a0c">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<remarks>$PROJECT_DIR$/backend/settings.py</remarks>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db.sqlite3</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

View file

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/backend.iml" filepath="$PROJECT_DIR$/.idea/backend.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/toolshed.iml" filepath="$PROJECT_DIR$/.idea/toolshed.iml" />
</modules>
</component>
</project>