This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Everything works but it is a bit awkward
master
Pete Shadbolt
8 years ago
parent
6763052d4f
commit
c9d7fe8d18
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bin/abpserver
+ 1
- 0
bin/abpserver
View File
@@ -32,6 +32,7 @@ if __name__ == '__main__':
args = parser.parse_args()
# Change to the right working dir
print abp.__path__
where = os.path.join(os.path.dirname(abp.__path__[0]), "static")
os.chdir(where)
Write
Preview
Loading…
Cancel
Save