Skip to content

rahul0101rock/Dynamic-tables-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-tables-Project

An App Where Users Can Create Dynamic Tables To Collect All User Data And Manage Them

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/rahul0101rock/Dynamic-tables-Project.git
$ cd Dynamic-tables-Project

Create a virtual environment to install dependencies in and activate it:

$ mkvirtualenv myenv
$ pip install django
$ workon myenv

Then install the dependencies:

(myenv)$ cd Dynamic-tables-Project
(myenv)$ pip install -r requirements.txt

Once pip has finished installing the dependencies:

(myenv)$ python manage.py migrate
(myenv)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/ or http://localhost:8000/.

About

An app where users can create dynamic tables to collect all user data and manage them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors