Farooq

Results 6 issues of Farooq

Is it possible to add password option so the app is protected by a password?

I have a project where there is only one currency. What's the best way to hide the currency choice field and use the default currency?

With `display: block`, a table doesn't stretch to the whole box. CSS `width` property is completely ignored if it's a `block`.

Any chance for support of Odoo 9?

Why doesn't the StoreStock model have a price field? Is it left out intentionally? Also, I think it would be a good idea to extend Oscar's StockRecord model. The only...

I am running Django 1.9 and I get empty CSS and JS files when I run collectstatic. Here's my settings.py: ``` python STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage' STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder',...