pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

Mirror Pallets-eco setup for projects #2435

Open Abdur-rahmaanJ opened 4 days ago

Abdur-rahmaanJ commented 4 days ago

@samuelhwilliams working on it.

samuelhwilliams commented 4 days ago

I'm starting work on this in a branch/PR on my fork: https://github.com/samuelhwilliams/flask-admin/pull/1.

Going to just dump some notes here as I work through it - please bear with as a bunch of this will be stuff I haven't touched before.

I'm using Flask-SQLAlchemy as the reference project in terms of files/structure to copy, etc.

Abdur-rahmaanJ commented 4 days ago

@samuelhwilliams Thanks for taking up the PR.

  1. Please branch in here to get feedback
  2. Please use this as the reference https://github.com/pallets-eco/flask-debugtoolbar
samuelhwilliams commented 4 days ago
  1. I don't have write access to this repo - I can't make a branch on here? Or did you just mean for me to put up the WIP PR on this repo straight away?
  2. Will do 👍
Abdur-rahmaanJ commented 3 days ago

@samuelhwilliams Oh just a normal WIP PR, thanks!