Skip to content

Tanvir-yzu/django_boilerplate_tanvir

Django Boilerplate

Boilerplate for any django projects with HTML, CSS, Bootstrap, REST API.

python-version django-version

Development Setup

  1. Create a repository using this template or clone the repository
    git clone [email protected]:Tanvir-yzu/django_boilerplate_tanvir.git
    
  2. Create a virtual environment
    python -m venv venv
    
  3. Activate the virtual environment
    source venv/bin/activate
    
  4. Install modules
    pip install -r requirements.txt
    
  5. Create local settings
    copy examples\local_settings.example django_boilerplate_tanvir\local_settings.py
    
  6. Create logs file
    mkdir logs
    
  7. Rename project
    python manage.py renameproject django_boilerplate_tanvir <your_project_name>
    
  8. Migrate database
    python manage.py migrate
    
  9. Create superuser
    python manage.py createsuperuser
    
  10. Run the project
    python manage.py runserver
    

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published