Laurice
The web framework for perfectionists with deadlines.
1. Setup a website fast
2. Most Security issues are handled
3. A lot of resources and packages can be found easily
$ pip3 install --user django
$ django-admin startproject <project_name>
$ python3 manage.py startapp messageboard
Template
View
$ git clone https://github.com/austinlaurice/DjangoDemo
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py createsuperuser
$ python3 manage.py runserver <host:port>
By austinlaurice
For Group Meeting