An open API service indexing awesome lists of open source software.

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

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**


![Django Boilerplate - Open-Source Web App.](https://raw.githubusercontent.com/app-generator/static/master/products/django-boilerplate-intro.gif)


## 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**