This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# original script by brainflakes, improved by pageauc, peewee2 and Kesthal | |
# www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=45235 | |
# You need to install PIL to run this script (not anymore) | |
# type "sudo apt-get install python-imaging-tk" in an terminal window to do this | |
# You need to install Astral : | |
# pip install astral |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// src/ACSEO/AdminBundle/Admin/ProductAdmin.php | |
// ... | |
protected function configureFormFields(FormMapper $formMapper) | |
{ | |
// ... | |
$formMapper | |
->add('codes', 'sonata_type_model_autocomplete', array( |