Update repository to a template repository

This commit is contained in:
Saqibur Rahman 2023-11-26 17:00:23 +06:00
parent f6dd8cc021
commit 11f8fea4c8
1 changed files with 6 additions and 7 deletions

View File

@ -18,13 +18,12 @@ for the next big thing you develop. Note, this is a folder structure only, not
## Getting Started
1. Clone the repo from GitHub
1. Delete the `.git` folder
1. Remove/add anything as you see fit
1. Initialize as a new git repository for your own project
1. Run the project using `python manage.py runserver` and you should see the default
success page provided by Django at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
1. Since this is a template repository, simply hit "Use this template" on GitHub
and follow the instructions. Otherwise, you can just clone the repo, remove/add
anything you see fit.
1. Run the project using `python manage.py runserver` and you should see the
default success page provided by Django at
[http://127.0.0.1:8000/](http://127.0.0.1:8000/).
### Creating an App
1. Create a folder with the app name in `apps`. For example: `poll`