Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

refactor - remove explicit pinning on github #376

Closed tucosaurus closed 4 years ago

tucosaurus commented 5 years ago

Why was this change necessary?

We explicitly pin github as the git hosting provider.

How does it address the problem?

Are there any side effects?

Yes. Since the generated project files were namespaced under github_repository folder, git has renamed all files. This might not be a good idea after all. Or we need to look at a more viable alternative. I am still creating this PR so that we can have a conversation around this.

tucosaurus commented 5 years ago

So, we can't go ahead with this since we lose all the git history.