# Different Django documentation websites

**URL:** https://forum.djangoproject.com/t/different-django-documentation-websites/18523
**Category:** Getting Started
**Created:** [January 30, 2023, 2:52pm UTC](https://forum.djangoproject.com/t/different-django-documentation-websites/18523 "2023-01-30T14:52:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gerald2](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/gerald2/32/11981_2.png) [@gerald2](https://forum.djangoproject.com/u/gerald2)
#### Post date: [January 30, 2023, 2:52pm UTC](https://forum.djangoproject.com/t/different-django-documentation-websites/18523/1 "2023-01-30T14:52:46Z")

</div>

Hi everyone,

There are two websites containing Django documentation:

- [docs.djangoproject.com](http://docs.djangoproject.com)
- [django.readthedocs.io](http://django.readthedocs.io)

Which one should I use?

---

<div class="post-metadata">

### Author: ![KenWhitesell](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/kenwhitesell/32/280_2.png) [@KenWhitesell](https://forum.djangoproject.com/u/KenWhitesell)
#### Post date: [January 30, 2023, 2:55pm UTC](https://forum.djangoproject.com/t/different-django-documentation-websites/18523/2 "2023-01-30T14:55:36Z")

</div>

They’re essentially the same content. My understanding is that the readthedocs version is generated from the official docs, just using different styling. (Well, that and the readthedocs version also makes the full documentation available as a download as pdf or epub.)
