I have to develop two Django projects which share 90% of the same code, but have some variations in several applications, templates and within the model itself.
Move the common code to its own library and make it a dependency of those two projects. This is not a question of version control, but a question of code reuse, design and eliminating duplication.