Coder Social home page Coder Social logo

ozoemenaike / django-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michael-awe/django-template

0.0 0.0 0.0 64 KB

a barebones django app template with a landing page, auth & dashboard

License: MIT License

Shell 1.08% Python 51.88% CSS 23.72% HTML 23.32%

django-template's Introduction

Django Template

Django Template is a simple Django app that comes equipped with a landing page, authentication functionality, and a dashboard.

It was designed to save developers time and frustration when creating new Django applications by providing a pre-built foundation with some of the most common features already in place.

Features

This Django template is extremely barebones and comes with three pre-configured apps: landing_page, accounts, and dashboard.

  1. landing_page - serves as the homepage for your application and can be customized further to fit your needs.
  2. accounts - adds user registration, login and logout functionality to your application.
  3. dashboard - the app where your users are directed after login/registration. Your app functionality can be added here.

Setup

To begin using this template, start by creating a directory for your project:

mkdir <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>

Clone the repository into the current directory:

git clone [email protected]:michael-awe/django-template.git .

Next, create and activate a virtual environment

python3 -m venv env
source env/bin/activate

Now install the dependencies from requirements.txt

pip install -r requirements.txt

After installing the requirements, run setup.sh. When prompted, enter a new project name:

sh setup.sh
...
Enter a new project name: (ensure name is allowed by Django before pressing ENTER)

NOTE: Ensure that the project name you enter is unique to ensure no clashes with Django or other Python modules

Usage

After successfully setting up the template, you can use it as a starting point for your Django application.

You can customize the landing page, authentication, and dashboard apps to fit the specific needs of your application. The pre-built foundation provides a solid starting point that you can build on top of, without having to start from scratch.

Contributing

If you would like to contribute to this repository or notice any issues with the code, please feel free to fork this repository and submit your changes in a pull request. Any contributions that improve the functionality or usability of the project are welcome.

License

Django Template is licensed under the MIT License, which means that you are free to use, modify, and distribute the project as you see fit. See the LICENSE file for more information.

django-template's People

Contributors

michael-awe avatar ozoemenaike 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.