Skip to content

Commit

Permalink
Bug fixes in Administrator
Browse files Browse the repository at this point in the history
  • Loading branch information
jam-py committed Jun 9, 2015
1 parent 57d35a2 commit 0c3d073
Show file tree
Hide file tree
Showing 21 changed files with 10,965 additions and 11,018 deletions.
7 changes: 6 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ To creating a new project:
3. Run server.py and in the browser input http://127.0.0.1:8080/admin.html
in the adress bar. Select your language and specify the project params.

There is a demo project in the demo directory.
Development process
Run the server.py and the in the browser adress bar input 127.0.0.1:8080 to run
the project and 127.0.0.1:8080/admin.html to work in Administrator.
To imply the changes made in Administrator press F5 to see them in the project.

Please try Demo project in the demo directory.


646 changes: 323 additions & 323 deletions demo/admin.html

Large diffs are not rendered by default.

Binary file modified demo/admin.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

#editor {
font-size: 12px;
font-size: 14px;
position: absolute;
top: 0;
right: 0;
Expand Down
Binary file modified demo/demo.sqlite
Binary file not shown.
Loading

0 comments on commit 0c3d073

Please sign in to comment.