Skip to content

Commit

Permalink
updating repo name and readme tweaks (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark authored Dec 15, 2023
1 parent de72eab commit fa89085
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The following people have contributed to django-sql-explorer:
- Moe Elias


A full list of contributors can be found on Github; https://github.com/groveco/django-sql-explorer/graphs/contributors
A full list of contributors can be found on Github; https://github.com/chrisclark/django-sql-explorer/graphs/contributors
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Change Log
==========

This document records all notable changes to `django-sql-explorer <https://github.com/groveco/django-sql-explorer>`_.
This document records all notable changes to `django-sql-explorer <https://github.com/chrisclark/django-sql-explorer>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.

`unreleased`_ changes
Expand Down
21 changes: 7 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
SQL Explorer
============

`Documentation <https://django-sql-explorer.readthedocs.io/en/latest/>`_

SQL Explorer aims to make the flow of data between people fast,
simple, and confusion-free. It is a Django-based application that you
can add to an existing Django site, or use as a standalone business
Expand All @@ -36,14 +38,7 @@ SQL Explorer values simplicity, intuitive use, unobtrusiveness,
stability, and the principle of least surprise.

SQL Explorer is inspired by any number of great query and
reporting tools out there.

The original idea came from Stack Exchange's `Data Explorer
<http://data.stackexchange.com/stackoverflow/queries>`_, but also owes
credit to similar projects like `Redash <http://redash.io/>`_ and
`Blazer <https://github.com/ankane/blazer>`_.

You can read the full documentation `here <https://django-sql-explorer.readthedocs.io/en/latest/>`_
reporting tools out there. See inspirations and others, below.

Sql Explorer is MIT licensed, and pull requests are welcome.

Expand All @@ -64,11 +59,9 @@ Sql Explorer is MIT licensed, and pull requests are welcome.
.. image:: https://s3-us-west-1.amazonaws.com/django-sql-explorer/2019_snapshots.png


Alternatives
Inspirations & Similar Projects
------------

* `django-sql-dashboard`_: provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, bringing a useful subset of `Datasette`_ to Django.


.. _django-sql-dashboard: https://github.com/simonw/django-sql-dashboard
.. _Datasette : https://datasette.io/
* `django-sql-dashboard <https://github.com/simonw/django-sql-dashboard>`_
* Stack Exchange's `Data Explorer <http://data.stackexchange.com/stackoverflow/queries>`_
* `Blazer <https://github.com/ankane/blazer>`_
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
current_year = datetime.datetime.now().year
project = 'Django SQL Explorer'
copyright = f'2016-{current_year}, Chris Clark'
author = 'Grove Co'
author = 'Chris Clark'

version = explorer.get_version(True)
# The full version, including alpha/beta/rc tags.
Expand Down
3 changes: 1 addition & 2 deletions explorer/templates/explorer/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
<div class="row">
<div class="col-md-12 text-center">
<p class="text-muted">
Powered by <a href="https://www.github.com/groveco/django-sql-explorer/">django-sql-explorer</a> from
<a href="https://www.grove.co">Grove Collaborative</a>. Rendered at {% now "SHORT_DATETIME_FORMAT" %}
Powered by <a href="https://www.github.com/chrisclark/django-sql-explorer/">django-sql-explorer</a>. Rendered at {% now "SHORT_DATETIME_FORMAT" %}
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ def read(fname):
" view, and export the results."),
license="MIT",
keywords="django sql explorer reports reporting csv database query",
url="https://github.com/groveco/django-sql-explorer",
url="https://github.com/chrisclark/django-sql-explorer",
project_urls={
'Changes': 'https://django-sql-explorer.readthedocs.io/en/latest/history.html',
'Documentation': 'https://django-sql-explorer.readthedocs.io/en/latest/',
'Issues': 'https://github.com/groveco/django-sql-explorer/issues'
'Issues': 'https://github.com/chrisclark/django-sql-explorer/issues'
},
packages=['explorer'],
long_description=long_description,
Expand Down

0 comments on commit fa89085

Please sign in to comment.