Coder Social home page Coder Social logo

app-generator / django-soft-ui-design-pro Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 16 KB

Django Soft Design PRO - Premium Starter | AppSeed

Home Page: https://appseed.us/product/soft-ui-design-pro/django/

License: Other

Dockerfile 4.54% Shell 2.33% Python 93.12%
appseed django-template django-theme soft-design

django-soft-ui-design-pro's Introduction

Open-source Django project crafted on top of Soft Design PRO, a pixel-perfect Bootstrap 5 design from Creative-Tim. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.

NOTE: This product requires a License in order to access the theme. During the purchase, a GitHub Access TOKEN is provided.


Features:

  • โœ… Up-to-date Dependencies
  • โœ… Design: Django Theme Soft Design - PRO Version
  • โœ… Sections covered by the design:
    • โœ… Authentication: Django.contrib.AUTH, Registration
    • โœ… All Pages available in for ordinary users
  • โœ… Docker
  • ๐Ÿš€ Deployment
    • CI/CD flow via Render

Soft UI Design PRO - Starter generated by AppSeed.


Manual Build

๐Ÿ‘‰ Download the code

$ git clone https://github.com/app-generator/django-soft-ui-design-pro.git
$ cd django-soft-ui-design-pro

Export GITHUB_TOKEN in the environment. The value is provided by AppSeed during purchase.

This is required because the project has a private REPO dependency: github.com/app-generator/priv-django-theme-soft-pro

$ export GITHUB_TOKEN='TOKEN_HERE'  # for Linux, Mac
$ set GITHUB_TOKEN='TOKEN_HERE'     # Windows CMD
$ $env:GITHUB_TOKEN = 'TOKEN_HERE'  # Windows powerShell 

๐Ÿ‘‰ Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

๐Ÿ‘‰ Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

๐Ÿ‘‰ Create the Superuser

$ python manage.py createsuperuser

๐Ÿ‘‰ Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.



Django Soft Design PRO - Django Starter provided by AppSeed

django-soft-ui-design-pro's People

Contributors

app-generator avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.