-
Dotcloud is known for having excellent, fine-tuned configuration files for all the services they provide (nginx, postgres, solr, etc).
Look to them for inspiration and good ideas while writing Prom's…
-
A method like `get_or_create` would be useful to avoid boilerplate code with the following pattern:
```
@classmethod
def get_or_create(cls, **kwargs):
r = cls.get(**kwargs)
if r is None:
…
-
Let me say that this is awesome repository/boilerplate for django and react. I noticed that when I updated react hot loader this does not work any more.
> The following modules couldn't be hot upd…
-
I would like to do some basic research about other existing web starter kits:
- Which ones are popular and why are they popular?
- Are many starter kits aimed at a niche market or more generic?
- How…
-
This boilerplate project is really awesome. I am thinking of using
it, but want to make sure my projects start from the updated version
of django and rest framework. To check out whether this was …
-
We have this cool useful `render_markdown_path` Django templating function that renders markdown and is used for a range of pages (/help docs, /api docs, /for/open-source, /security, etc.). In each c…
-
**Describe the bug**
I just created a project, created the `.env` and `local.py` files, ran when I run the command `make docker_makemigrations` it simply don't work. I'm getting a permission denied:
…
-
**Is your feature request related to a problem? Please describe.**
Many of the test case classes have very similar contents; we also spread a number of (semi-)constants over the modules, or repeat th…
-
UPDATE: this content will be moved into https://everco.notion.site/SaaS-Boilerplates-Starters-ffc28e0ef04f4d01a7850bcac83d264e, stay tuned!
Just some overview of existing solutions (SaaS Boilerplat…
-
ran it in thru the terminal by the following command:
pip install https://github.com/justdjango/django_project_boilerplate/archive/master.zip
and I am getting the below error pls help..
File "…