Code Monkey home page Code Monkey logo

basic's Introduction

BASIC : An automated tool for hassle-free Django project setup

'Basic' is a complete package for the advanced setup of the Django-Python framework. Setup of most of the features including and not limited to template tags, Django-admin custom commands, include and templating in Django are covered. Just install this package, run the setup script, and then use it to have your own preconfigured advanced Django project with just a few commands.

Also, add as many apps you want, with no additional configuration to be done. Everything like adding URLs, including that app to INCLUDED_APPS, setting up the basic index page, and many more, is done automatically. Please look at the examples below to get started.

A complete authentication system can be set up with just one command. Login, Logout & Register functionalities are already supported and can be extended to many more.

NOTE: It can be run on any Linux machine with Python>=3 and Django>=2.2.

GET STARTED

Setup
git clone https://github.com/rudradesai200/Basic.git
cd Basic/
chmod +x setup.sh
chmod +x uninstall.sh
./setup.sh
source ~/.bashrc # OR other default shell
Uninstall
$BASIC_DIR/uninstall.sh
# Restart the terminal to remove the alias and env variables
USE

Go to your Desktop or other directory except the installation one.

basic project <projectname> # it will create a django project with name <projectname>
cd <projectname>
basic app <appname> # it will create an app with the name <appname>
                    # All the paths, fields and folders will be setup automatically
basic authenitcate  # it will create an app named "accounts" which can be used for authentication purposes
                    # it contains functinalities like login, logout, register
Examples
basic project newproject

project_setup

cd newproject
basic app first

app_setup

python3 manage.py runserver

website

basic auth

website

This command can be used to create a basic authentication app named accounts. It supports login, logout and register functionalities. Other functinalities can be added easily.

That's it, a complete django project will be setup. It includes app and other settings too. Please explore the files created to know more.

basic's People

Contributors

rudradesai200 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

basic's Issues

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.