Commit 0cebc5f6 authored by raffaweb's avatar raffaweb

Fixed some other references form mrjoes (user) to flask-admin (organization)

parent e54a8bba
......@@ -67,7 +67,7 @@ To install Flask-Admin, simply::
Or alternatively, you can download the repository and install manually by doing::
git clone git@github.com:mrjoes/flask-admin.git
git clone git@github.com:flask-admin/flask-admin.git
cd flask-admin
python setup.py install
......
......@@ -7,4 +7,4 @@ pygments_style = flask_theme_support.FlaskyStyle
index_logo = 'flask-admin.png'
index_logo_height = 140px
touch_icon =
github_fork = 'mrjoes/flask-admin'
github_fork = 'flask-admin/flask-admin'
......@@ -7,5 +7,5 @@ pygments_style = flask_theme_support.FlaskyStyle
[options]
index_logo =
index_logo_height = 120px
github_fork = MrJoes/Flask-AdminEx
github_fork = flask-admin/flask-adminEx
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -5,7 +5,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -5,7 +5,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository::
git clone https://github.com/mrjoes/flask-admin.git
git clone https://github.com/flask-admin/flask-admin.git
cd flask-admin
2. Create and activate a virtual environment::
......
......@@ -43,8 +43,8 @@ class InlineModelFormList(InlineFieldList):
# self.model.select().where(attr == data).execute() # `data` is not an ID, and only happened to be so because we patched it in in .contribute() below
#
# For reference:
# .process() introduced in https://github.com/mrjoes/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709
# Fixed, brokenly I think, in https://github.com/mrjoes/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30
# .process() introduced in https://github.com/flask-admin/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709
# Fixed, brokenly I think, in https://github.com/flask-admin/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30
def populate_obj(self, obj, name):
pass
......
......@@ -33,7 +33,7 @@ def grep(attrname):
setup(
name='Flask-Admin',
version=grep('__version__'),
url='https://github.com/mrjoes/flask-admin/',
url='https://github.com/flask-admin/flask-admin/',
license='BSD',
author=grep('__author__'),
author_email=grep('__email__'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment