Daniel Roy Greenfeld
Daniel Roy Greenfeld
I use GitLab a lot so this would be a very useful feature. 😃
I think a better approach would be to combine everything into the README. Would you be willing to do that?
Getting a file is done thus: ``` python def test_pep8(cookies): extra_context = {'app_name': 'cookies'} with bake_in_temp_dir(cookies, extra_context=extra_context) as result: views_file = result.project.join('cookies', 'views.py') assert '' == str(result.project.join('cookies', 'views.py')) ```
Sounds good to me!
It's a personal pattern to identify actions within a system that use slugs. The rationale is you don't have to worry about someone creating a data element with the name...
@anush0247, I would love to have something like that too. However, the implementation of what you request will require a significant amount of work. Not just in coding, but also...
Sounds like a great idea! Pull requests welcome! :smile:
This project is in my archive because it's... Um... archived. Please use https://github.com/pydanny/dj-pagination instead
I have a rough of this but it's in a really unclean state. I'll try to get it in this week.
The software is pre-alpha (https://github.com/pydanny/dj-spam/blob/master/setup.py#L48) and hasn't been touched since before 1.9 was released.