Skip to content

Commit f7d510f

Browse files
committed
eclipse project settings
1 parent 7ed97b0 commit f7d510f

File tree

9 files changed

+29
-1
lines changed

9 files changed

+29
-1
lines changed

.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Lighthouse</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.python.pydev.pythonNature</nature>
16+
<nature>org.python.pydev.django.djangoNature</nature>
17+
</natures>
18+
</projectDescription>

.pydevproject

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?>
3+
4+
<pydev_project>
5+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Python (Django)</pydev_property>
6+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
7+
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
8+
<path>/Lighthouse</path>
9+
</pydev_pathproperty>
10+
</pydev_project>
-14 Bytes
Binary file not shown.
Binary file not shown.

src/Dlighthouse/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
3030
'NAME': 'shark', # Or path to database file if using sqlite3.
3131
'USER': 'root', # Not used with sqlite3.
32-
'PASSWORD': 'ecsygigh', # Not used with sqlite3.
32+
'PASSWORD': 'yellow1234', # Not used with sqlite3.
3333
'HOST': '127.0.0.1', # Set to empty string for localhost. Not used with sqlite3.
3434
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
3535
'OPTIONS': {

src/btoserver/BTOClient/BTO.pyc

192 Bytes
Binary file not shown.

src/btoserver/BTOClient/Base.pyc

552 Bytes
Binary file not shown.

src/btoserver/BTOClient/__init__.pyc

24 Bytes
Binary file not shown.

src/btoserver/BTOClient/utils.pyc

360 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)