express-admin-examples icon indicating copy to clipboard operation
express-admin-examples copied to clipboard

Express Admin Examples

Results 11 express-admin-examples issues
Sort by recently updated
recently updated
newest added

Hi guys, I tried to execute this command `mysql -p --user=root 'express-admin-examples' < fixtures/mysql/insert.sql` while I was following the steps from here. Then MySQL returned the following error. `ERROR 1364...

Hi, I'm trying to use this project in my app but having a hard time getting the basics set up. I'm following the install guide on https://github.com/simov/express-admin-examples - git clone...

the supportet sqlite version does not work with npm. When using the latest sqlite version I get this error: Express Admin listening on port 5000 GET / 302 9.492 ms...

Hello! I would like to have dynamic file upload path, because if i will upload all the files into one directory, it will lead to problems, due to large amount...

HI @simov , Currently our admin users go to `config/users.json`, what if we want to move our users to database and create them with certain roles

HI @simov , Do we have any way to override the default layouts, templates or views? e.g. I need to customize the header of the site. I have to apply...

what control to use with passwords?

In showing images in listview, I found it is hard-coded in 'images.js' to force the 2nd column of listview to display as an image item. It does not display images...

Sir, I do not need ability to add a new user. Just i want to modify previous users from list. ![image](https://cloud.githubusercontent.com/assets/11902919/23259730/869d9c72-f9f4-11e6-8b5a-fb5cea3b7ab6.png) Thank you,

Relatively new to Postgresql here, I did everything in the instructions regarding the Postgresql setup, however I am getting this error while running `admin config/pg` Could this be that I...