Is a WebApp, Basically is a base to help to others developers start the projects and let them fork it to be used.
Contributors are so welcome. While his changes open the doors to the developers to start project so more fast. They can submit this pull request and if it looks nice and good practice to improve this. Then, It are Welcome.
Ángel Reina (@aleoreina) - Python & Django Programmer
Python 3.6.5
Django 3.0.4
pyenv (or any virtual env compatible)
Yarn
Please check file req.txt
- Project.sh from Github: Project.sh - Lets run server, make migrations, migrate and install packages easy 123.
* Users module to let start the project with a solid and basic structure of a profile for a project which expand the django default project.
- Modules:
- Users
- SimplePages
Basically, Module who manage users of the webapp.
- Fields :
- (From Class AbstractUser ) last_login, is_superuser, username, first_name, last_name, is_staff, is_active, date_joined, email.
- dob (Date of birth) and Cellphone
Advantage of up:
- You start your project with the basis elements to a profile of a user in same table.
- Admin panel show properly each of field offered. We can set if active, staff, superuser and show properly not editable date_joined and last_login.
Basically, Module who manage basic pages like "Home, FAQ, Privacy, Terms, Blog" and others. Just simplepages
GNU : Please read file LICENSE