Skip to content

Commit 7b3fe08

Browse files
author
Paul Hallett
committed
Fix conflict
1 parent 4856345 commit 7b3fe08

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,4 @@ In order to overcome these problems, this styleguide tries to achieve the follow
2828

2929
# Read the styleguide
3030

31-
<<<<<<< HEAD
3231
The styleguide is now published as a readable documentation site. You can view it at [https://phalt.github.io/django-api-domains/](https://phalt.github.io/django-api-domains/) or view the [docs](docs/) folder directly.
33-
=======
34-
* Django's own documentation and recommendations: https://docs.djangoproject.com/en/dev/
35-
* The HackSoftware Django-styleguide: https://github.com/HackSoftware/Django-Styleguide
36-
* Model-driven engineering: https://en.wikipedia.org/wiki/Model-driven_engineering
37-
>>>>>>> 121f94e1b396709ccb5c8be21e40cb371b66c521
File renamed without changes.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Django API Domains
22
theme: readthedocs
33

44
pages:
5-
- Home: 'index.md'
5+
- Home: 'README.md'
66
- Domains: 'domains.md'
77
- Styleguide: 'styleguide.md'
88
- Files: 'files.md'

0 commit comments

Comments
 (0)