tyoma
tyoma
Issue #16 has been solved.
**Is your feature request related to a problem? Please describe.** The current README may seem unreadable to someone. **Describe the solution you'd like** We can format it, for example, add...
Issue #14 has been solved.
**Describe the bug** Trying to start the project, but occurs `ModuleNotFoundError`. Here is traceback: ``` ➜ py manage.py runserver Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback...
Issue #18 has been solved. To load data from `fixture.json` write this in terminal: ```bash py manage.py migrate py manage.py loaddata fixture.json ```
Some projects contain files and folders, such as `.idea` and `venv`, which are better ignored. I think it would be better to add them to `.gitignore` file, and if the...
Added `.gitignore` and `requirements.txt` in the projects according to issue #216.