-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDjango Pokemon.pyproj
132 lines (132 loc) · 6.79 KB
/
Django Pokemon.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Name>Django Pokemon</Name>
<RootNamespace>Django Pokemon</RootNamespace>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|ContinuumAnalytics|Anaconda39-64</InterpreterId>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>942d372c-f09a-4f3e-8f96-61e7e45793ca</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectTypeGuids>{5F0BE9CA-D677-4A4D-8806-6076C0FAAD37};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<StartupFile>
</StartupFile>
<SearchPath>..\pokemon_api</SearchPath>
<WorkingDirectory>C:\Users\Pablo\Documents\Programacion\Python\Jupyter Notebooks\Django Pokemon</WorkingDirectory>
<LaunchProvider>Django launcher</LaunchProvider>
<DjangoSettingsModule>Django_Pokemon.settings</DjangoSettingsModule>
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<OutputPath>.</OutputPath>
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<InterpreterReference Include="Global|ContinuumAnalytics|Anaconda39-64" />
</ItemGroup>
<ItemGroup>
<Folder Include="pokemon_api\" />
<Folder Include="pokemon_api\pokemon_api\" />
<Folder Include="pokemon_api\pokemon_api\__pycache__\" />
<Folder Include="pokemon_api\pokemon_app\" />
<Folder Include="pokemon_api\pokemon_app\migrations\" />
<Folder Include="pokemon_api\pokemon_app\migrations\__pycache__\" />
<Folder Include="pokemon_api\pokemon_app\static\" />
<Folder Include="pokemon_api\pokemon_app\static\css\" />
<Folder Include="pokemon_api\pokemon_app\templates\" />
<Folder Include="pokemon_api\pokemon_app\__pycache__\" />
</ItemGroup>
<ItemGroup>
<Content Include="open_page.bat" />
<Content Include="pokemon_api\db.sqlite3" />
<Content Include="pokemon_api\pokemon_api\__pycache__\settings.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_api\__pycache__\urls.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_api\__pycache__\wsgi.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_api\__pycache__\__init__.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\migrations\__pycache__\0001_initial.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\migrations\__pycache__\0002_alter_pokemon_sprite.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\migrations\__pycache__\__init__.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\static\css\pokemon_detail.css" />
<Content Include="pokemon_api\pokemon_app\templates\pokemon_detail.html" />
<Content Include="pokemon_api\pokemon_app\templates\pokemon_list.html" />
<Content Include="pokemon_api\pokemon_app\__pycache__\admin.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\apps.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\models.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\pokemon_api.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\urls.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\views.cpython-39.pyc" />
<Content Include="pokemon_api\pokemon_app\__pycache__\__init__.cpython-39.pyc" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
<Content Include="run.bat" />
<Content Include="setup.bat" />
</ItemGroup>
<ItemGroup>
<Compile Include="pokemon_api\manage.py" />
<Compile Include="pokemon_api\pokemon_api\asgi.py" />
<Compile Include="pokemon_api\pokemon_api\settings.py" />
<Compile Include="pokemon_api\pokemon_api\urls.py" />
<Compile Include="pokemon_api\pokemon_api\wsgi.py" />
<Compile Include="pokemon_api\pokemon_api\__init__.py" />
<Compile Include="pokemon_api\pokemon_app\admin.py" />
<Compile Include="pokemon_api\pokemon_app\apps.py" />
<Compile Include="pokemon_api\pokemon_app\migrations\0001_initial.py" />
<Compile Include="pokemon_api\pokemon_app\migrations\0002_alter_pokemon_sprite.py" />
<Compile Include="pokemon_api\pokemon_app\migrations\__init__.py" />
<Compile Include="pokemon_api\pokemon_app\models.py" />
<Compile Include="pokemon_api\pokemon_app\pokemon_api.py" />
<Compile Include="pokemon_api\pokemon_app\tests.py" />
<Compile Include="pokemon_api\pokemon_app\urls.py" />
<Compile Include="pokemon_api\pokemon_app\views.py" />
<Compile Include="pokemon_api\pokemon_app\__init__.py" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Django.targets" />
<!-- Specify pre- and post-build commands in the BeforeBuild and
AfterBuild targets below. -->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<AutoAssignPort>True</AutoAssignPort>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>