Commit Graph

60 Commits

Author SHA1 Message Date
Saqibur Rahman 6663b5950d Add HACK to allow GitHub pages to use docs folder for publishing the mkdocs site 2024-11-05 15:29:32 +06:00
Saqibur Rahman 2b119d762c Add mkdocs site 2024-11-05 15:29:32 +06:00
Saqibur Rahman 2c975fadeb docs: update README.md 2024-11-05 15:28:36 +06:00
Saqibur Rahman 8293b426da feat: add serializer helpers 2024-11-05 15:16:12 +06:00
Saqibur Rahman 9982b25444 feat: add sensible defaults 2024-11-05 15:14:15 +06:00
Saqibur Rahman 5eca3ec130 docs: clean-up README.md 2024-11-05 15:12:04 +06:00
Saqibur Rahman e47c559705 fix: remove missing directory 2024-11-05 15:11:52 +06:00
Saqibur Rahman 98de3e013d feat: remove unnecessary requirements file 2024-11-05 15:01:59 +06:00
Saqibur Rahman f45a28b6c6 feat: add pre-commit hooks 2024-11-05 14:47:50 +06:00
Saqibur Rahman 8df7d5faf8 docs: add django anti patterns to references 2024-11-05 14:47:29 +06:00
Saqibur Rahman f9ce7f2c73
Merge pull request #16 from Gustavo-Gadelha/fix/update-readme
Minor grammar fixes to README.md
2024-07-29 15:05:23 +06:00
Gustavo-Gadelha a67ed9582f
Minor grammar fixes to README.md 2024-07-28 17:01:35 -03:00
Gustavo-Gadelha 7a4ef6125c
Removed a duplicate line on the project tree in README.md 2024-07-28 16:52:45 -03:00
Saqibur Rahman b312fc7167
Merge pull request #15 from vahidrnaderi/vahid/Add_licence_and_update_readme
Add LICENSE and update project tree in README.md
2024-03-19 20:02:05 +06:00
Saqibur Rahman 06a115e689
Merge pull request #11 from akhterarif/master
Added DATABASE creds info in readme.md file.
2024-03-19 20:00:56 +06:00
Vahidreza Naderi 5399aef133 Update project tree 2024-03-15 13:08:13 +01:00
Vahidreza Naderi eee3f00af7 Add Appache 2.0 licence 2024-03-15 13:02:32 +01:00
Saqibur Rahman 0fe837362b
Merge pull request #13 from sadman59m/refactor/SRI-454-django-project-structure
Refactor/sri 454 django project structure
2024-03-08 19:05:20 +06:00
Sadman Sakib b7457b3056 refactor: moved BaseModel to the common app 2024-03-08 17:55:21 +06:00
Sadman Sakib ba0e83ca9c feat: added models.py file and moved BaseModel in here 2024-03-08 17:54:14 +06:00
Sadman Sakib 4de8b100d0 feat: added common helpers.py file 2024-03-08 17:53:37 +06:00
Sadman Sakib 4db6184bfc feat: added constants.py in the common app that are common for all othre apps: 2024-03-08 17:53:04 +06:00
Sadman Sakib bdaee51e83 refactor: moved common constants.py file from core app to common app 2024-03-08 15:41:25 +06:00
Md. Akhter-Uz-Zaman 619168ea06
Added DATABASE creds info in readme.md file. 2024-02-03 11:23:27 +06:00
Saqibur Rahman b1e7321d45
Merge pull request #9 from akhterarif/master
#8 Fixed the core module not found issue.
2024-02-02 11:10:52 +06:00
Md. Akhter-Uz-Zaman 27344063d9
Added DATABASE in settings.py. 2024-02-02 08:10:10 +06:00
Md. Akhter-Uz-Zaman 0f639f1058
Added apps.core in installed_apps in settings and changed the apps.core.apps CoreConfig.name to apps.core. 2024-02-02 07:57:30 +06:00
Saqibur Rahman 44579eb6b0 Add FAQ 2023-11-26 17:24:25 +06:00
Saqibur Rahman 11f8fea4c8 Update repository to a template repository 2023-11-26 17:00:23 +06:00
Saqibur Rahman f6dd8cc021 Add DynamicFieldsModelSerializer 2023-11-26 16:57:10 +06:00
Saqibur Rahman 7c92ccba79 Add tuxedo style guides 2023-11-26 16:56:48 +06:00
Saqibur Rahman 64c1c72dd6 Add fixtures and tests to example 2023-11-26 16:54:49 +06:00
Saqibur Rahman 5d784b444f Remove local-development.md 2023-11-26 16:54:33 +06:00
Saqibur Rahman 36af43cd3d Update README.md 2023-11-26 16:54:19 +06:00
Saqibur Rahman eb5ab42e1c Clean up apps and replace example_api with example 2023-11-26 16:29:34 +06:00
Saqibur Rahman 32e1bd265a Add helper comments for empty files 2023-11-26 11:57:51 +06:00
Saqibur Rahman 440bb09cd8 Remove useless __init__.py 2023-11-26 11:57:22 +06:00
Saqibur Rahman 59fc1071d9 Add information and exceptions.py to encourage custom exception handlers 2023-11-25 23:52:44 +06:00
Saqibur Rahman f21a838488 Black: Fix formatting inconsistencies 2023-11-25 23:47:46 +06:00
Saqibur Rahman 1225152bce Add locale folder 2023-11-25 23:42:28 +06:00
Saqibur Rahman 85cd76a1cc Remove BitBucket from README.md 2023-11-25 23:42:21 +06:00
Saqibur Rahman 1ce203f2ea Remove 3 from python3 in entrypoint.sh 2023-11-25 23:42:06 +06:00
Saqibur Rahman eb5d95151c Update DS_Store spelling 2023-11-25 23:41:51 +06:00
Saqibur Rahman dbd2aa8476 Add sections to .env.example 2023-11-25 23:41:34 +06:00
Saqibur Rahman 867cf866f8 Update .gitignore to include .DS_Store ignore 2023-11-25 23:24:36 +06:00
saqibur 0103450841 Fix typos in README.md 2022-08-15 09:51:10 +06:00
saqibur 720c9e725a Add .dockerignore file 2022-08-15 09:44:33 +06:00
saqibur 7b33789771 Fix incorrectly configured core URL and app label 2022-08-15 09:44:10 +06:00
saqibur cebb308047 Remove split settings files 2022-08-15 09:40:54 +06:00
saqibur 5e86cb98e6 Add common folder 2022-08-15 09:34:17 +06:00