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:: ...@@ -67,7 +67,7 @@ To install Flask-Admin, simply::
Or alternatively, you can download the repository and install manually by doing:: 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 cd flask-admin
python setup.py install python setup.py install
...@@ -100,4 +100,4 @@ Flask-Admin is built with the help of `Bootstrap <http://getbootstrap.com/>`_ an ...@@ -100,4 +100,4 @@ Flask-Admin is built with the help of `Bootstrap <http://getbootstrap.com/>`_ an
If you want to localize your application, install the `Flask-BabelEx <https://pypi.python.org/pypi/Flask-BabelEx>`_ package. If you want to localize your application, install the `Flask-BabelEx <https://pypi.python.org/pypi/Flask-BabelEx>`_ package.
You can help improve Flask-Admin's translations through Crowdin: https://crowdin.com/project/flask-admin You can help improve Flask-Admin's translations through Crowdin: https://crowdin.com/project/flask-admin
...@@ -7,4 +7,4 @@ pygments_style = flask_theme_support.FlaskyStyle ...@@ -7,4 +7,4 @@ pygments_style = flask_theme_support.FlaskyStyle
index_logo = 'flask-admin.png' index_logo = 'flask-admin.png'
index_logo_height = 140px index_logo_height = 140px
touch_icon = touch_icon =
github_fork = 'mrjoes/flask-admin' github_fork = 'flask-admin/flask-admin'
...@@ -7,5 +7,5 @@ pygments_style = flask_theme_support.FlaskyStyle ...@@ -7,5 +7,5 @@ pygments_style = flask_theme_support.FlaskyStyle
[options] [options]
index_logo = index_logo =
index_logo_height = 120px index_logo_height = 120px
github_fork = MrJoes/Flask-AdminEx github_fork = flask-admin/flask-adminEx
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
...@@ -13,9 +13,9 @@ To run this example: ...@@ -13,9 +13,9 @@ To run this example:
source env/bin/activate source env/bin/activate
3. Install requirements:: 3. Install requirements::
pip install -r 'examples/babel/requirements.txt' pip install -r 'examples/babel/requirements.txt'
4. Run the application:: 4. Run the application::
python examples/babel/app.py python examples/babel/app.py
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -5,7 +5,7 @@ To run this example: ...@@ -5,7 +5,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,11 +4,11 @@ To run this example: ...@@ -4,11 +4,11 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
virtualenv env virtualenv env
source env/bin/activate source env/bin/activate
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
...@@ -15,7 +15,7 @@ To run this example: ...@@ -15,7 +15,7 @@ To run this example:
3. Install requirements:: 3. Install requirements::
pip install -r 'examples/peewee/requirements.txt' pip install -r 'examples/peewee/requirements.txt'
4. Run the application:: 4. Run the application::
python examples/peewee/app.py python examples/peewee/app.py
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -5,7 +5,7 @@ To run this example: ...@@ -5,7 +5,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -4,7 +4,7 @@ To run this example: ...@@ -4,7 +4,7 @@ To run this example:
1. Clone the repository:: 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 cd flask-admin
2. Create and activate a virtual environment:: 2. Create and activate a virtual environment::
......
...@@ -43,8 +43,8 @@ class InlineModelFormList(InlineFieldList): ...@@ -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 # 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: # For reference:
# .process() introduced in https://github.com/mrjoes/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709 # .process() introduced in https://github.com/flask-admin/flask-admin/commit/2845e4b28cb40b25e2bf544b327f6202dc7e5709
# Fixed, brokenly I think, in https://github.com/mrjoes/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30 # Fixed, brokenly I think, in https://github.com/flask-admin/flask-admin/commit/4383eef3ce7eb01878f086928f8773adb9de79f8#diff-f87e7cd76fb9bc48c8681b24f238fb13R30
def populate_obj(self, obj, name): def populate_obj(self, obj, name):
pass pass
......
...@@ -33,7 +33,7 @@ def grep(attrname): ...@@ -33,7 +33,7 @@ def grep(attrname):
setup( setup(
name='Flask-Admin', name='Flask-Admin',
version=grep('__version__'), version=grep('__version__'),
url='https://github.com/mrjoes/flask-admin/', url='https://github.com/flask-admin/flask-admin/',
license='BSD', license='BSD',
author=grep('__author__'), author=grep('__author__'),
author_email=grep('__email__'), 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