https://github.com/app-generator/django-boilerplate
Django Boilerplate - Open-Source App coded in Django | AppSeed
https://github.com/app-generator/django-boilerplate
appseed django django-project open-source web-app-generator
Last synced: about 2 months ago
JSON representation
Django Boilerplate - Open-Source App coded in Django | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-boilerplate
- Owner: app-generator
- License: mit
- Created: 2019-12-12T09:09:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T08:16:23.000Z (over 5 years ago)
- Last Synced: 2025-03-11T05:55:23.755Z (about 2 months ago)
- Topics: appseed, django, django-project, open-source, web-app-generator
- Language: CSS
- Homepage: https://www.youtube.com/watch?v=bGGDGltRT_g
- Size: 5.15 MB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Django Boilerplate](https://www.youtube.com/watch?v=bGGDGltRT_g)
**Open-Source Web App** coded in **Django Framework** on top of **Argon Dashboard** design. **Features**:
- SQLite, Django native ORM
- Modular design
- Session-Based authentication (login, register)
- Forms validation
- UI Kit: **Argon Dashboard** provided by **Creative-Tim**

## How to use it
```bash
$ # Get the code
$ git clone https://github.com/app-generator/django-boilerplate.git
$ cd django-boilerplate
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate
$
$ # Install modules
$ # SQLIte version
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application (development mode)
$ python manage.py runserver
$
$ # Access the web app in browser: http://127.0.0.1:8000/
```
## Docker execution
@WIP
## Credits & Links
- [Django Boilerplate](https://www.youtube.com/watch?v=bGGDGltRT_g) - yTube presentation
- [Django Framework](https://www.djangoproject.com/) - Offcial website
## License
@MIT
---
[Django Boilerplate](https://www.youtube.com/watch?v=bGGDGltRT_g) - provided by **AppSeed**