Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 0 additions & 11 deletions .gitignore

This file was deleted.

22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,10 @@ Getting started

Make sure you have the following packages installed:

* Django 1.4
* Django 1.11
* mongo-python-driver

Make a copy the included default project settings:

cp mongoadmin_project/settings.py.dist mongoadmin_project/settings.py

Create a database for Django (by default, it is a MySQL database called `mongoadmin`, but you can change it in `DATABASES` in the settings). This database is required to store sessions or to save database connection details.

Fill in `SECRET_KEY` (can be any random string) in the settings.py file that you created.

Create SQL database tables:

python manage.py syncdb

Run the server:

python manage.py runserver

Go to http://127.0.0.1:8000/ and connect to your Mongo database.
pip install -r requirements.txt

License
=======
Expand All @@ -33,4 +17,4 @@ Ideas for further development

* Connecting: Store favorites, support for SSH tunnels
* Collection view: Ability to store filters / views
* Support for indexes, etc.
* Support for indexes, etc.
1 change: 0 additions & 1 deletion compressor

This file was deleted.

14 changes: 0 additions & 14 deletions django_compressor-0.9.2/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions django_compressor-0.9.2/AUTHORS

This file was deleted.

128 changes: 0 additions & 128 deletions django_compressor-0.9.2/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions django_compressor-0.9.2/MANIFEST.in

This file was deleted.

66 changes: 0 additions & 66 deletions django_compressor-0.9.2/README.rst

This file was deleted.

16 changes: 0 additions & 16 deletions django_compressor-0.9.2/compressor/__init__.py

This file was deleted.

Loading