Mustafa Abualsaud

Results 15 comments of Mustafa Abualsaud

Model forms in particular. Something that will allow the user to easily edit the label, help text, error message, fields order, fields type and excluded fields.

Yes, it fits. If you would like to implement it, go ahead. I'll be happy to review it and merge it.

Can you please indicate what Django version you're using? The traceback doesn't give much information on what is going on or if it's due to the app.

Seems to be working fine for me using Django 1.11.3 and python 2.7.13. See the working example I just pushed with the same versions [here](https://github.com/AmmsA/django-latexify/tree/django1.11.3-test).

Are you using a virtual environment? Can you please git fetch & pull the branch and do the following: ``` source latexify_test_env/bin/activate cd latex python manage.py runserver ``` Then in...

@kvedes Please let me know if you are still having the issue.

I like this feature👍 . Unfortuantly I don't have much time on this project at the moment. If you feel like you can code it nicely, make a pull-request and...

Thanks for the pull request! From what I can see, your using a template filter to format the date to only show the month and the year. This will work...

Thanks! I'll check it out and test it later and i'll let you know 👍 😃 Have you tested it by any chance?